#081E4C

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

Shades of Sapphire #081E4C

Tints of Sapphire #081E4C

Color information

#081E4C (or 0x081E4C) is unknown color: approx Sapphire. HEX triplet: 08, 1E and 4C. RGB value is (8,30,76). Sum of RGB (Red+Green+Blue) = 8+30+76=114 (15% of max value = 765). Red value is 8 (3.52% from 255 or 7.02% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 76 (30.08% from 255 or 66.67% from 114); Max value from RGB is 76 - color contains mainly: blue. Hex color #081E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E4C is #F7E1B3. Grayscale: #1C1C1C. Windows color (decimal): -16245172 or 4988424. OLE color: 4988424.

HSL color Cylindrical-coordinate representation of color #081E4C: hue angle of 220.59º 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 #081E4C is Cyan = 0.89, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB83076-
CMYK0.890.6100.70
HSL220.59º80.95%16.47%-
HSV(B)220.59º89.47%29.8%-
XYZ1.871.57.03-
YUV28.67154.71113.26-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 7.02%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 76 (30.08% from 255) = 66.67%
R=7.02%
G=26.32%
B=66.67%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal830760.890.6100.70220.5980.9516.47
Hex81E4C593D046dd5110
Octal103611413175010633512120
Binary100011110100110010110011111010100011011011101101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #081E4C; }

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

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

<style>
 a { background-color: #081E4C; }

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

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

<style>
 span { border-color: #081E4C; }

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

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