Html Css Color HEX #081996 Ultramarine

📋 copy color: '#081996'

red 8 ◦ green 25 ◦ blue 150

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

Shades of Ultramarine #081996

Tints of Ultramarine #081996

RGB

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

 GREEN value IS 25 (10.16% from 255) = 13.66%

 BLUE value IS 150 (58.98% from 255) = 81.97%

R = 4.37%
G = 13.66%
B = 81.97%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#081996 (or 0x081996) is known color: Ultramarine. HEX triplet: 08, 19 and 96. RGB value is (8,25,150). Sum of RGB (Red+Green+Blue) = 8+25+150=183 (24% of max value = 765). Red value is 8 (3.52% from 255 or 4.37% from 183); Green value is 25 (10.16% from 255 or 13.66% from 183); Blue value is 150 (58.98% from 255 or 81.97% from 183); Max value from RGB is 150 - color contains mainly: blue. Hex color #081996 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081996 is #F7E669. Grayscale: #212121. Windows color (decimal): -16246378 or 9836808. OLE color: 9836808.

HSL color Cylindrical-coordinate representation of color #081996: hue angle of 232.82º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #081996 is Cyan = 0.95, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 8 25 150 -
CMYK 0.95 0.83 0 0.41
HSL 232.82º 0.9% 0.31% -
HSV(B) 232.82º 0.95% 0.59% -
XYZ 5.95 2.95 29.11 -
YUV 34.17 193.37 109.34 -
System Red Green Blue C M Y K H S L
Decimal 8 25 150 0.95 0.83 0 0.41 232.82 0.9 0.31
Hex 8 19 96 5F 53 0 29 E9 5A 1F
Octal 10 31 226 137 123 0 51 351 132 37
Binary 1000 11001 10010110 1011111 1010011 0 101001 11101001 1011010 11111

Color Harmonies of #081996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081996

Black with #081996

Text Example


Text Example

White with #081996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081996; }

 p { color: rgb(8,25,150); }

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

background-color css

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

 a { background-color: rgb(8,25,150); }

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

border-color css

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

 span { border-color: rgb(8,25,150); }

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