#081F6E

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

Shades of Sapphire #081F6E

Tints of Sapphire #081F6E

Color information

#081F6E (or 0x081F6E) is unknown color: approx Sapphire. HEX triplet: 08, 1F and 6E. RGB value is (8,31,110). Sum of RGB (Red+Green+Blue) = 8+31+110=149 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.37% from 149); Green value is 31 (12.5% from 255 or 20.81% from 149); Blue value is 110 (43.36% from 255 or 73.83% from 149); Max value from RGB is 110 - color contains mainly: blue. Hex color #081F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081F6E is #F7E091. Grayscale: #202020. Windows color (decimal): -16244882 or 7216904. OLE color: 7216904.

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

Color convert

RGB831110-
CMYK0.930.7200.57
HSL226.47º86.44%23.14%-
HSV(B)226.47º92.73%43.14%-
XYZ3.42.1614.99-
YUV33.13171.38110.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.37%
GREEN value IS 31 (12.5% from 255) = 20.81%
BLUE value IS 110 (43.36% from 255) = 73.83%
R=5.37%
G=20.81%
B=73.83%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal8311100.930.7200.57226.4786.4423.14
Hex81F6E5D48039e25617
Octal103715613511007134212627
Binary100011111110111010111011001000011100111100010101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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