#1C09A0

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

Shades of Ultramarine #1C09A0

Tints of Ultramarine #1C09A0

Color information

#1C09A0 (or 0x1C09A0) is unknown color: approx Ultramarine. HEX triplet: 1C, 09 and A0. RGB value is (28,9,160). Sum of RGB (Red+Green+Blue) = 28+9+160=197 (26% of max value = 765). Red value is 28 (11.33% from 255 or 14.21% from 197); Green value is 9 (3.91% from 255 or 4.57% from 197); Blue value is 160 (62.89% from 255 or 81.22% from 197); Max value from RGB is 160 - color contains mainly: blue. Hex color #1C09A0 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1C09A0 is #E3F65F. Grayscale: #1F1F1F. Windows color (decimal): -14939744 or 10488092. OLE color: 10488092.

HSL color Cylindrical-coordinate representation of color #1C09A0: hue angle of 247.55º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1C09A0 is Cyan = 0.82, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB289160-
CMYK0.820.9400.37
HSL247.55º89.35%33.14%-
HSV(B)247.55º94.38%62.75%-
XYZ6.922.9833.47-
YUV31.9200.29125.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 14.21%
GREEN value IS 9 (3.91% from 255) = 4.57%
BLUE value IS 160 (62.89% from 255) = 81.22%
R=14.21%
G=4.57%
B=81.22%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal2891600.820.9400.37247.5589.3533.14
Hex1C9A0525E025f85921
Octal341124012213604537013141
Binary11100100110100000101001010111100100101111110001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C09A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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