#080F86

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

Shades of Ultramarine #080F86

Tints of Ultramarine #080F86

Color information

#080F86 (or 0x080F86) is unknown color: approx Ultramarine. HEX triplet: 08, 0F and 86. RGB value is (8,15,134). Sum of RGB (Red+Green+Blue) = 8+15+134=157 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.10% from 157); Green value is 15 (6.25% from 255 or 9.55% from 157); Blue value is 134 (52.73% from 255 or 85.35% from 157); Max value from RGB is 134 - color contains mainly: blue. Hex color #080F86 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #080F86 is #F7F079. Grayscale: #191919. Windows color (decimal): -16248954 or 8785672. OLE color: 8785672.

HSL color Cylindrical-coordinate representation of color #080F86: hue angle of 236.67º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #080F86 is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB815134-
CMYK0.940.8900.47
HSL236.67º88.73%27.84%-
HSV(B)236.67º94.03%52.55%-
XYZ4.572.1122.72-
YUV26.47188.68114.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.10%
GREEN value IS 15 (6.25% from 255) = 9.55%
BLUE value IS 134 (52.73% from 255) = 85.35%
R=5.10%
G=9.55%
B=85.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8151340.940.8900.47236.6788.7327.84
Hex8F865E5902Fed591c
Octal101720613613105735513134
Binary100011111000011010111101011001010111111101101101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,15,134); }

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

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

 a { background-color: rgb(8,15,134); }

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

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

 span { border-color: rgb(8,15,134); }

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