Html Css Color HEX #08118E Ultramarine

📋 copy color: '#08118E'

red 8 ◦ green 17 ◦ blue 142

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

Shades of Ultramarine #08118E

Tints of Ultramarine #08118E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.18%

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

R = 4.79%
G = 10.18%
B = 85.03%

CMYK

 C value IS 0.94

 M value IS 0.88

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#08118E (or 0x08118E) is known color: Ultramarine. HEX triplet: 08, 11 and 8E. RGB value is (8,17,142). Sum of RGB (Red+Green+Blue) = 8+17+142=167 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.79% from 167); Green value is 17 (7.03% from 255 or 10.18% from 167); Blue value is 142 (55.86% from 255 or 85.03% from 167); Max value from RGB is 142 - color contains mainly: blue. Hex color #08118E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #08118E is #F7EE71. Grayscale: #1C1C1C. Windows color (decimal): -16248434 or 9310472. OLE color: 9310472.

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

Color convert

RGB 8 17 142 -
CMYK 0.94 0.88 0 0.44
HSL 235.97º 0.89% 0.29% -
HSV(B) 235.97º 0.94% 0.56% -
XYZ 5.18 2.41 25.78 -
YUV 28.56 192.02 113.34 -
System Red Green Blue C M Y K H S L
Decimal 8 17 142 0.94 0.88 0 0.44 235.97 0.89 0.29
Hex 8 11 8E 5E 58 0 2C EC 59 1D
Octal 10 21 216 136 130 0 54 354 131 35
Binary 1000 10001 10001110 1011110 1011000 0 101100 11101100 1011001 11101

Color Harmonies of #08118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08118E

Black with #08118E

Text Example


Text Example

White with #08118E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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