#06168E

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

Shades of Ultramarine #06168E

Tints of Ultramarine #06168E

Color information

#06168E (or 0x06168E) is unknown color: approx Ultramarine. HEX triplet: 06, 16 and 8E. RGB value is (6,22,142). Sum of RGB (Red+Green+Blue) = 6+22+142=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 142 (55.86% from 255 or 83.53% from 170); Max value from RGB is 142 - color contains mainly: blue. Hex color #06168E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06168E is #F9E971. Grayscale: #1E1E1E. Windows color (decimal): -16378226 or 9311750. OLE color: 9311750.

HSL color Cylindrical-coordinate representation of color #06168E: hue angle of 232.94º 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 #06168E is Cyan = 0.96, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB622142-
CMYK0.960.8500.44
HSL232.94º91.89%29.02%-
HSV(B)232.94º95.77%55.69%-
XYZ5.242.5725.81-
YUV30.9190.7110.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 142 (55.86% from 255) = 83.53%
R=3.53%
G=12.94%
B=83.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6221420.960.8500.44232.9491.8929.02
Hex6168E605502Ce95c1d
Octal62621614012505435113435
Binary110101101000111011000001010101010110011101001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06168E; }

 p { color: rgb(6,22,142); }

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

<style>
 a { background-color: #06168E; }

 a { background-color: rgb(6,22,142); }

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

<style>
 span { border-color: #06168E; }

 span { border-color: rgb(6,22,142); }

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