#081D6E

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

Shades of Sapphire #081D6E

Tints of Sapphire #081D6E

Color information

#081D6E (or 0x081D6E) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 6E. RGB value is (8,29,110). Sum of RGB (Red+Green+Blue) = 8+29+110=147 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.44% from 147); Green value is 29 (11.72% from 255 or 19.73% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #081D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D6E is #F7E291. Grayscale: #1F1F1F. Windows color (decimal): -16245394 or 7216392. OLE color: 7216392.

HSL color Cylindrical-coordinate representation of color #081D6E: hue angle of 227.65º 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 #081D6E is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB829110-
CMYK0.930.7400.57
HSL227.65º86.44%23.14%-
HSV(B)227.65º92.73%43.14%-
XYZ3.352.0614.97-
YUV31.96172.04110.91-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.44%
GREEN value IS 29 (11.72% from 255) = 19.73%
BLUE value IS 110 (43.36% from 255) = 74.83%
R=5.44%
G=19.73%
B=74.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8291100.930.7400.57227.6586.4423.14
Hex81D6E5D4A039e45617
Octal103515613511207134412627
Binary100011101110111010111011001010011100111100100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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