#081992

Color #081992 Ultramarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ultramarine #081992

Tints of Ultramarine #081992

Color information

#081992 (or 0x081992) is unknown color: approx 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

RGB825146-
CMYK0.950.8300.43
HSL232.61º89.61%30.2%-
HSV(B)232.61º94.52%57.25%-
XYZ5.642.8227.44-
YUV33.71191.37109.66-

RGB Variations

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

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 (Cyan) values IS 0.95
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8251460.950.8300.43232.6189.6130.2
Hex819925F5302Be95a1e
Octal103122213712305335113236
Binary1000110011001001010111111010011010101111101001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>