#081A77

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

Shades of Sapphire #081A77

Tints of Sapphire #081A77

Color information

#081A77 (or 0x081A77) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 77. RGB value is (8,26,119). Sum of RGB (Red+Green+Blue) = 8+26+119=153 (20% of max value = 765). Red value is 8 (3.52% from 255 or 5.23% from 153); Green value is 26 (10.55% from 255 or 16.99% from 153); Blue value is 119 (46.88% from 255 or 77.78% from 153); Max value from RGB is 119 - color contains mainly: blue. Hex color #081A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A77 is #F7E588. Grayscale: #1E1E1E. Windows color (decimal): -16246153 or 7805448. OLE color: 7805448.

HSL color Cylindrical-coordinate representation of color #081A77: hue angle of 230.27º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081A77 is Cyan = 0.93, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB826119-
CMYK0.930.7800.53
HSL230.27º87.4%24.9%-
HSV(B)230.27º93.28%46.67%-
XYZ3.82.1217.66-
YUV31.22177.54111.44-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.23%
GREEN value IS 26 (10.55% from 255) = 16.99%
BLUE value IS 119 (46.88% from 255) = 77.78%
R=5.23%
G=16.99%
B=77.78%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal8261190.930.7800.53230.2787.424.9
Hex81A775D4E035e65719
Octal103216713511606534612731
Binary100011010111011110111011001110011010111100110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,26,119); }

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

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

 a { background-color: rgb(8,26,119); }

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

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

 span { border-color: rgb(8,26,119); }

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