#080A96

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

Shades of Ultramarine #080A96

Tints of Ultramarine #080A96

Color information

#080A96 (or 0x080A96) is unknown color: approx Ultramarine. HEX triplet: 08, 0A and 96. RGB value is (8,10,150). Sum of RGB (Red+Green+Blue) = 8+10+150=168 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.76% from 168); Green value is 10 (4.30% from 255 or 5.95% from 168); Blue value is 150 (58.98% from 255 or 89.29% from 168); Max value from RGB is 150 - color contains mainly: blue. Hex color #080A96 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A96 is #F7F569. Grayscale: #181818. Windows color (decimal): -16250218 or 9832968. OLE color: 9832968.

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

Color convert

RGB810150-
CMYK0.950.9300.41
HSL239.15º89.87%30.98%-
HSV(B)239.15º94.67%58.82%-
XYZ5.712.4729.03-
YUV25.36198.34115.62-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.76%
GREEN value IS 10 (4.30% from 255) = 5.95%
BLUE value IS 150 (58.98% from 255) = 89.29%
R=4.76%
G=5.95%
B=89.29%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal8101500.950.9300.41239.1589.8730.98
Hex8A965F5D029ef5a1f
Octal101222613713505135713237
Binary100010101001011010111111011101010100111101111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #080A96; }

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

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

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

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

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

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

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

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