#06118F

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

Shades of Ultramarine #06118F

Tints of Ultramarine #06118F

Color information

#06118F (or 0x06118F) is unknown color: approx Ultramarine. HEX triplet: 06, 11 and 8F. RGB value is (6,17,143). Sum of RGB (Red+Green+Blue) = 6+17+143=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 143 (56.25% from 255 or 86.14% from 166); Max value from RGB is 143 - color contains mainly: blue. Hex color #06118F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06118F is #F9EE70. Grayscale: #1B1B1B. Windows color (decimal): -16379505 or 9376006. OLE color: 9376006.

HSL color Cylindrical-coordinate representation of color #06118F: hue angle of 235.18º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06118F is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB617143-
CMYK0.960.8800.44
HSL235.18º91.95%29.22%-
HSV(B)235.18º95.8%56.08%-
XYZ5.232.4226.18-
YUV28.08192.86112.25-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 17 (7.03% from 255) = 10.24%
BLUE value IS 143 (56.25% from 255) = 86.14%
R=3.61%
G=10.24%
B=86.14%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6171430.960.8800.44235.1891.9529.22
Hex6118F605802Ceb5c1d
Octal62121714013005435313435
Binary110100011000111111000001011000010110011101011101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06118F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,17,143); }

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

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

 a { background-color: rgb(6,17,143); }

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

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

 span { border-color: rgb(6,17,143); }

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