#11009F

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

Shades of Ultramarine #11009F

Tints of Ultramarine #11009F

Color information

#11009F (or 0x11009F) is unknown color: approx Ultramarine. HEX triplet: 11, 00 and 9F. RGB value is (17,0,159). Sum of RGB (Red+Green+Blue) = 17+0+159=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 0 (0.39% from 255 or 0% from 176); Blue value is 159 (62.5% from 255 or 90.34% from 176); Max value from RGB is 159 - color contains mainly: blue. Hex color #11009F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11009F is #EEFF60. Grayscale: #161616. Windows color (decimal): -15662945 or 10420241. OLE color: 10420241.

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

Color convert

RGB170159-
CMYK0.89100.38
HSL246.42º100%31.18%-
HSV(B)246.42º100%62.35%-
XYZ6.492.6232.97-
YUV23.21204.63123.57-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.66%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 159 (62.5% from 255) = 90.34%
R=9.66%
G=0%
B=90.34%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1701590.89100.38246.4210031.18
Hex1109F5964026f6641f
Octal21023713114404636614437
Binary1000101001111110110011100100010011011110110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11009F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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