#080B97

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

Shades of Ultramarine #080B97

Tints of Ultramarine #080B97

Color information

#080B97 (or 0x080B97) is unknown color: approx Ultramarine. HEX triplet: 08, 0B and 97. RGB value is (8,11,151). Sum of RGB (Red+Green+Blue) = 8+11+151=170 (22% of max value = 765). Red value is 8 (3.52% from 255 or 4.71% from 170); Green value is 11 (4.69% from 255 or 6.47% from 170); Blue value is 151 (59.38% from 255 or 88.82% from 170); Max value from RGB is 151 - color contains mainly: blue. Hex color #080B97 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080B97 is #F7F468. Grayscale: #191919. Windows color (decimal): -16249961 or 9898760. OLE color: 9898760.

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

Color convert

RGB811151-
CMYK0.950.9300.41
HSL238.74º89.94%31.18%-
HSV(B)238.74º94.7%59.22%-
XYZ5.812.5329.46-
YUV26.06198.51115.12-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 4.71%
GREEN value IS 11 (4.69% from 255) = 6.47%
BLUE value IS 151 (59.38% from 255) = 88.82%
R=4.71%
G=6.47%
B=88.82%

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
Decimal8111510.950.9300.41238.7489.9431.18
Hex8B975F5D029ef5a1f
Octal101322713713505135713237
Binary100010111001011110111111011101010100111101111101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080B97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,11,151); }

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

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

 a { background-color: rgb(8,11,151); }

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

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

 span { border-color: rgb(8,11,151); }

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