#081096

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

Shades of Ultramarine #081096

Tints of Ultramarine #081096

Color information

#081096 (or 0x081096) is unknown color: approx Ultramarine. HEX triplet: 08, 10 and 96. RGB value is (8,16,150). Sum of RGB (Red+Green+Blue) = 8+16+150=174 (23% of max value = 765). Red value is 8 (3.52% from 255 or 4.60% from 174); Green value is 16 (6.64% from 255 or 9.20% from 174); Blue value is 150 (58.98% from 255 or 86.21% from 174); Max value from RGB is 150 - color contains mainly: blue. Hex color #081096 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #081096 is #F7EF69. Grayscale: #1C1C1C. Windows color (decimal): -16248682 or 9834504. OLE color: 9834504.

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

Color convert

RGB816150-
CMYK0.950.8900.41
HSL236.62º89.87%30.98%-
HSV(B)236.62º94.67%58.82%-
XYZ5.792.6229.06-
YUV28.88196.35113.1-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.60%
GREEN value IS 16 (6.64% from 255) = 9.20%
BLUE value IS 150 (58.98% from 255) = 86.21%
R=4.60%
G=9.20%
B=86.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8161500.950.8900.41236.6289.8730.98
Hex810965F59029ed5a1f
Octal102022613713105135513237
Binary1000100001001011010111111011001010100111101101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081096; }

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

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

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

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

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

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

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

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