#08168E

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

Shades of Ultramarine #08168E

Tints of Ultramarine #08168E

Color information

#08168E (or 0x08168E) is unknown color: approx Ultramarine. HEX triplet: 08, 16 and 8E. RGB value is (8,22,142). Sum of RGB (Red+Green+Blue) = 8+22+142=172 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.65% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 142 (55.86% from 255 or 82.56% from 172); Max value from RGB is 142 - color contains mainly: blue. Hex color #08168E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08168E is #F7E971. Grayscale: #1F1F1F. Windows color (decimal): -16247154 or 9311752. OLE color: 9311752.

HSL color Cylindrical-coordinate representation of color #08168E: hue angle of 233.73º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08168E is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB822142-
CMYK0.940.8500.44
HSL233.73º89.33%29.41%-
HSV(B)233.73º94.37%55.69%-
XYZ5.272.5825.81-
YUV31.49190.36111.24-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.65%
GREEN value IS 22 (8.98% from 255) = 12.79%
BLUE value IS 142 (55.86% from 255) = 82.56%
R=4.65%
G=12.79%
B=82.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal8221420.940.8500.44233.7389.3329.41
Hex8168E5E5502Cea591d
Octal102621613612505435213135
Binary1000101101000111010111101010101010110011101010101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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