#081192

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

Shades of Ultramarine #081192

Tints of Ultramarine #081192

Color information

#081192 (or 0x081192) is unknown color: approx Ultramarine. HEX triplet: 08, 11 and 92. RGB value is (8,17,146). Sum of RGB (Red+Green+Blue) = 8+17+146=171 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.68% from 171); Green value is 17 (7.03% from 255 or 9.94% from 171); Blue value is 146 (57.42% from 255 or 85.38% from 171); Max value from RGB is 146 - color contains mainly: blue. Hex color #081192 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081192 is #F7EE6D. Grayscale: #1C1C1C. Windows color (decimal): -16248430 or 9572616. OLE color: 9572616.

HSL color Cylindrical-coordinate representation of color #081192: hue angle of 236.09º 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 #081192 is Cyan = 0.95, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB817146-
CMYK0.950.8800.43
HSL236.09º89.61%30.2%-
HSV(B)236.09º94.52%57.25%-
XYZ5.492.5327.39-
YUV29.02194.02113.01-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.68%
GREEN value IS 17 (7.03% from 255) = 9.94%
BLUE value IS 146 (57.42% from 255) = 85.38%
R=4.68%
G=9.94%
B=85.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8171460.950.8800.43236.0989.6130.2
Hex811925F5802Bec5a1e
Octal102122213713005335413236
Binary1000100011001001010111111011000010101111101100101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081192; }

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

 H1.HeaderClassName
 {
   color: #081192;
 }
 .AnyTagClassName
 {
   color: #081192;
 }
</style>
background-color css

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

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

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

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

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

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