#11009C

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

Shades of Ultramarine #11009C

Tints of Ultramarine #11009C

Color information

#11009C (or 0x11009C) is unknown color: approx Ultramarine. HEX triplet: 11, 00 and 9C. RGB value is (17,0,156). Sum of RGB (Red+Green+Blue) = 17+0+156=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 0 (0.39% from 255 or 0% from 173); Blue value is 156 (61.33% from 255 or 90.17% from 173); Max value from RGB is 156 - color contains mainly: blue. Hex color #11009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11009C is #EEFF63. Grayscale: #161616. Windows color (decimal): -15662948 or 10223633. OLE color: 10223633.

HSL color Cylindrical-coordinate representation of color #11009C: hue angle of 246.54º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #11009C is Cyan = 0.89, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB170156-
CMYK0.89100.39
HSL246.54º100%30.59%-
HSV(B)246.54º100%61.18%-
XYZ6.232.5231.61-
YUV22.87203.13123.82-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.83%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 156 (61.33% from 255) = 90.17%
R=9.83%
G=0%
B=90.17%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1701560.89100.39246.5410030.59
Hex1109C5964027f7641f
Octal21023413114404736714437
Binary1000101001110010110011100100010011111110111110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11009C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11009C; }

 p { color: rgb(17,0,156); }

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

<style>
 a { background-color: #11009C; }

 a { background-color: rgb(17,0,156); }

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

<style>
 span { border-color: #11009C; }

 span { border-color: rgb(17,0,156); }

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