#081C6D

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

Shades of Sapphire #081C6D

Tints of Sapphire #081C6D

Color information

#081C6D (or 0x081C6D) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 6D. RGB value is (8,28,109). Sum of RGB (Red+Green+Blue) = 8+28+109=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 28 (11.33% from 255 or 19.31% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #081C6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C6D is #F7E392. Grayscale: #1E1E1E. Windows color (decimal): -16245651 or 7150600. OLE color: 7150600.

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

Color convert

RGB828109-
CMYK0.930.7400.57
HSL228.12º86.32%22.94%-
HSV(B)228.12º92.66%42.75%-
XYZ3.281.9914.68-
YUV31.25171.87111.41-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 28 (11.33% from 255) = 19.31%
BLUE value IS 109 (42.97% from 255) = 75.17%
R=5.52%
G=19.31%
B=75.17%

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
Decimal8281090.930.7400.57228.1286.3222.94
Hex81C6D5D4A039e45617
Octal103415513511207134412627
Binary100011100110110110111011001010011100111100100101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(8,28,109); }

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

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

 a { background-color: rgb(8,28,109); }

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

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

 span { border-color: rgb(8,28,109); }

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