Html Css Color HEX #081888 Ultramarine

📋 copy color: '#081888'

red 8 ◦ green 24 ◦ blue 136

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

Shades of Ultramarine #081888

Tints of Ultramarine #081888

RGB

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

 GREEN value IS 24 (9.77% from 255) = 14.29%

 BLUE value IS 136 (53.52% from 255) = 80.95%

R = 4.76%
G = 14.29%
B = 80.95%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#081888 (or 0x081888) is known color: Ultramarine. HEX triplet: 08, 18 and 88. RGB value is (8,24,136). Sum of RGB (Red+Green+Blue) = 8+24+136=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 24 (9.77% from 255 or 14.29% from 168); Blue value is 136 (53.52% from 255 or 80.95% from 168); Max value from RGB is 136 - color contains mainly: blue. Hex color #081888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081888 is #F7E777. Grayscale: #1F1F1F. Windows color (decimal): -16246648 or 8919048. OLE color: 8919048.

HSL color Cylindrical-coordinate representation of color #081888: hue angle of 232.5º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #081888 is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 8 24 136 -
CMYK 0.94 0.82 0 0.47
HSL 232.5º 0.89% 0.28% -
HSV(B) 232.5º 0.94% 0.53% -
XYZ 4.87 2.48 23.52 -
YUV 31.98 186.7 110.89 -
System Red Green Blue C M Y K H S L
Decimal 8 24 136 0.94 0.82 0 0.47 232.5 0.89 0.28
Hex 8 18 88 5E 52 0 2F E8 59 1C
Octal 10 30 210 136 122 0 57 350 131 34
Binary 1000 11000 10001000 1011110 1010010 0 101111 11101000 1011001 11100

Color Harmonies of #081888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081888

Black with #081888

Text Example


Text Example

White with #081888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081888; }

 p { color: rgb(8,24,136); }

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

background-color css

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

 a { background-color: rgb(8,24,136); }

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

border-color css

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

 span { border-color: rgb(8,24,136); }

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