#080A91

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

Shades of Ultramarine #080A91

Tints of Ultramarine #080A91

Color information

#080A91 (or 0x080A91) is unknown color: approx Ultramarine. HEX triplet: 08, 0A and 91. RGB value is (8,10,145). Sum of RGB (Red+Green+Blue) = 8+10+145=163 (21% of max value = 765). Red value is 8 (3.52% from 255 or 4.91% from 163); Green value is 10 (4.30% from 255 or 6.13% from 163); Blue value is 145 (57.03% from 255 or 88.96% from 163); Max value from RGB is 145 - color contains mainly: blue. Hex color #080A91 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080A91 is #F7F56E. Grayscale: #181818. Windows color (decimal): -16250223 or 9505288. OLE color: 9505288.

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

Color convert

RGB810145-
CMYK0.940.9300.43
HSL239.12º89.54%30%-
HSV(B)239.12º94.48%56.86%-
XYZ5.322.3126.95-
YUV24.79195.84116.02-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.91%
GREEN value IS 10 (4.30% from 255) = 6.13%
BLUE value IS 145 (57.03% from 255) = 88.96%
R=4.91%
G=6.13%
B=88.96%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal8101450.940.9300.43239.1289.5430
Hex8A915E5D02Bef5a1e
Octal101222113613505335713236
Binary100010101001000110111101011101010101111101111101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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