#1C09A5

Color #1C09A5 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #1C09A5

Tints of Ultramarine #1C09A5

Color information

#1C09A5 (or 0x1C09A5) is unknown color: approx Ultramarine. HEX triplet: 1C, 09 and A5. RGB value is (28,9,165). Sum of RGB (Red+Green+Blue) = 28+9+165=202 (26% of max value = 765). Red value is 28 (11.33% from 255 or 13.86% from 202); Green value is 9 (3.91% from 255 or 4.46% from 202); Blue value is 165 (64.84% from 255 or 81.68% from 202); Max value from RGB is 165 - color contains mainly: blue. Hex color #1C09A5 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C09A5 is #E3F65A. Grayscale: #1F1F1F. Windows color (decimal): -14939739 or 10815772. OLE color: 10815772.

HSL color Cylindrical-coordinate representation of color #1C09A5: hue angle of 247.31º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1C09A5 is Cyan = 0.83, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB289165-
CMYK0.830.9500.35
HSL247.31º89.66%34.12%-
HSV(B)247.31º94.55%64.71%-
XYZ7.373.1635.82-
YUV32.47202.79124.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 28 (11.33% from 255) = 13.86%
GREEN value IS 9 (3.91% from 255) = 4.46%
BLUE value IS 165 (64.84% from 255) = 81.68%
R=13.86%
G=4.46%
B=81.68%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal2891650.830.9500.35247.3189.6634.12
Hex1C9A5535F023f75a22
Octal341124512313704336713242
Binary11100100110100101101001110111110100011111101111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C09A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1C09A5; }

 p { color: rgb(28,9,165); }

 H1.HeaderClassName
 {
   color: #1C09A5;
 }
 .AnyTagClassName
 {
   color: #1C09A5;
 }
</style>
background-color css

<style>
 a { background-color: #1C09A5; }

 a { background-color: rgb(28,9,165); }

 div.DivClassName
 {
   background-color: #1C09A5;
 }
 .BgClassName
 {
   background-color: #1C09A5;
 }
</style>
border-color css

<style>
 span { border-color: #1C09A5; }

 span { border-color: rgb(28,9,165); }

 td.TdClassName
 {
   border-color: #1C09A5;
 }
 .TagClassName
 {
   border-color: #1C09A5;
 }
</style>