#081A66

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

Shades of Sapphire #081A66

Tints of Sapphire #081A66

Color information

#081A66 (or 0x081A66) is unknown color: approx Sapphire. HEX triplet: 08, 1A and 66. RGB value is (8,26,102). Sum of RGB (Red+Green+Blue) = 8+26+102=136 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.88% from 136); Green value is 26 (10.55% from 255 or 19.12% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #081A66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081A66 is #F7E599. Grayscale: #1C1C1C. Windows color (decimal): -16246170 or 6691336. OLE color: 6691336.

HSL color Cylindrical-coordinate representation of color #081A66: hue angle of 228.51º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #081A66 is Cyan = 0.92, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB826102-
CMYK0.920.7500.6
HSL228.51º85.45%21.57%-
HSV(B)228.51º92.16%40%-
XYZ2.871.7512.76-
YUV29.28169.04112.82-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.88%
GREEN value IS 26 (10.55% from 255) = 19.12%
BLUE value IS 102 (40.23% from 255) = 75%
R=5.88%
G=19.12%
B=75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal8261020.920.7500.6228.5185.4521.57
Hex81A665C4B03Ce55516
Octal103214613411307434512526
Binary100011010110011010111001001011011110011100101101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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