#11019F

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

Shades of Ultramarine #11019F

Tints of Ultramarine #11019F

Color information

#11019F (or 0x11019F) is unknown color: approx Ultramarine. HEX triplet: 11, 01 and 9F. RGB value is (17,1,159). Sum of RGB (Red+Green+Blue) = 17+1+159=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #11019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #11019F is #EEFE60. Grayscale: #171717. Windows color (decimal): -15662689 or 10420497. OLE color: 10420497.

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

Color convert

RGB171159-
CMYK0.890.9900.38
HSL246.08º98.75%31.37%-
HSV(B)246.08º99.37%62.35%-
XYZ6.52.6432.97-
YUV23.8204.3123.15-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.60%
GREEN value IS 1 (0.78% from 255) = 0.56%
BLUE value IS 159 (62.5% from 255) = 89.83%
R=9.60%
G=0.56%
B=89.83%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1711590.890.9900.38246.0898.7531.37
Hex1119F5963026f6631f
Octal21123713114304636614337
Binary1000111001111110110011100011010011011110110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11019F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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