Html Css Color HEX #08128E Ultramarine

📋 copy color: '#08128E'

red 8 ◦ green 18 ◦ blue 142

#08128E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ultramarine #08128E

Tints of Ultramarine #08128E

RGB

 RED value IS 8 (3.52% from 255) = 4.76%

 GREEN value IS 18 (7.42% from 255) = 10.71%

 BLUE value IS 142 (55.86% from 255) = 84.52%

R = 4.76%
G = 10.71%
B = 84.52%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08128E (or 0x08128E) is known color: Ultramarine. HEX triplet: 08, 12 and 8E. RGB value is (8,18,142). Sum of RGB (Red+Green+Blue) = 8+18+142=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 142 (55.86% from 255 or 84.52% from 168); Max value from RGB is 142 - color contains mainly: blue. Hex color #08128E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08128E is #F7ED71. Grayscale: #1C1C1C. Windows color (decimal): -16248178 or 9310728. OLE color: 9310728.

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

Color convert

RGB 8 18 142 -
CMYK 0.94 0.87 0 0.44
HSL 235.52º 0.89% 0.29% -
HSV(B) 235.52º 0.94% 0.56% -
XYZ 5.2 2.44 25.79 -
YUV 29.15 191.69 112.92 -
System Red Green Blue C M Y K H S L
Decimal 8 18 142 0.94 0.87 0 0.44 235.52 0.89 0.29
Hex 8 12 8E 5E 57 0 2C EC 59 1D
Octal 10 22 216 136 127 0 54 354 131 35
Binary 1000 10010 10001110 1011110 1010111 0 101100 11101100 1011001 11101

Color Harmonies of #08128E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08128E

Black with #08128E

Text Example


Text Example

White with #08128E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #08128E;
 }
 .AnyTagClassName
 {
   color: #08128E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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