#080F4C

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

Shades of Sapphire #080F4C

Tints of Sapphire #080F4C

Color information

#080F4C (or 0x080F4C) is unknown color: approx Sapphire. HEX triplet: 08, 0F and 4C. RGB value is (8,15,76). Sum of RGB (Red+Green+Blue) = 8+15+76=99 (13% of max value = 765). Red value is 8 (3.52% from 255 or 8.08% from 99); Green value is 15 (6.25% from 255 or 15.15% from 99); Blue value is 76 (30.08% from 255 or 76.77% from 99); Max value from RGB is 76 - color contains mainly: blue. Hex color #080F4C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #080F4C is #F7F0B3. Grayscale: #131313. Windows color (decimal): -16249012 or 4984584. OLE color: 4984584.

HSL color Cylindrical-coordinate representation of color #080F4C: hue angle of 233.82º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #080F4C is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB81576-
CMYK0.890.8000.70
HSL233.82º80.95%16.47%-
HSV(B)233.82º89.47%29.8%-
XYZ1.580.926.93-
YUV19.86159.68119.54-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 8.08%
GREEN value IS 15 (6.25% from 255) = 15.15%
BLUE value IS 76 (30.08% from 255) = 76.77%
R=8.08%
G=15.15%
B=76.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal815760.890.8000.70233.8280.9516.47
Hex8F4C5950046ea5110
Octal1017114131120010635212120
Binary100011111001100101100110100000100011011101010101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #080F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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