#081A6E

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

Shades of Sapphire #081A6E

Tints of Sapphire #081A6E

Color information

#081A6E (or 0x081A6E) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 6E. RGB value is (8,26,110). Sum of RGB (Red+Green+Blue) = 8+26+110=144 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.56% from 144); Green value is 26 (10.55% from 255 or 18.06% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #081A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A6E is #F7E591. Grayscale: #1D1D1D. Windows color (decimal): -16246162 or 7215624. OLE color: 7215624.

HSL color Cylindrical-coordinate representation of color #081A6E: hue angle of 229.41º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #081A6E is Cyan = 0.93, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB826110-
CMYK0.930.7600.57
HSL229.41º86.44%23.14%-
HSV(B)229.41º92.73%43.14%-
XYZ3.281.9214.95-
YUV30.19173.04112.17-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.56%
GREEN value IS 26 (10.55% from 255) = 18.06%
BLUE value IS 110 (43.36% from 255) = 76.39%
R=5.56%
G=18.06%
B=76.39%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8261100.930.7600.57229.4186.4423.14
Hex81A6E5D4C039e55617
Octal103215613511407134512627
Binary100011010110111010111011001100011100111100101101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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