Html Css Color HEX #081992 Ultramarine

📋 copy color: '#081992'

red 8 ◦ green 25 ◦ blue 146

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

Shades of Ultramarine #081992

Tints of Ultramarine #081992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 81.56%

R = 4.47%
G = 13.97%
B = 81.56%

CMYK

 C value IS 0.95

 M value IS 0.83

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#081992 (or 0x081992) is known color: Ultramarine. HEX triplet: 08, 19 and 92. RGB value is (8,25,146). Sum of RGB (Red+Green+Blue) = 8+25+146=179 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.47% from 179); Green value is 25 (10.16% from 255 or 13.97% from 179); Blue value is 146 (57.42% from 255 or 81.56% from 179); Max value from RGB is 146 - color contains mainly: blue. Hex color #081992 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081992 is #F7E66D. Grayscale: #212121. Windows color (decimal): -16246382 or 9574664. OLE color: 9574664.

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

Color convert

RGB 8 25 146 -
CMYK 0.95 0.83 0 0.43
HSL 232.61º 0.9% 0.3% -
HSV(B) 232.61º 0.95% 0.57% -
XYZ 5.64 2.82 27.44 -
YUV 33.71 191.37 109.66 -
System Red Green Blue C M Y K H S L
Decimal 8 25 146 0.95 0.83 0 0.43 232.61 0.9 0.3
Hex 8 19 92 5F 53 0 2B E9 5A 1E
Octal 10 31 222 137 123 0 53 351 132 36
Binary 1000 11001 10010010 1011111 1010011 0 101011 11101001 1011010 11110

Color Harmonies of #081992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #081992

Black with #081992

Text Example


Text Example

White with #081992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #081992; }

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

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

background-color css

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

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

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

border-color css

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

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

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