#081D6C

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

Shades of Sapphire #081D6C

Tints of Sapphire #081D6C

Color information

#081D6C (or 0x081D6C) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 6C. RGB value is (8,29,108). Sum of RGB (Red+Green+Blue) = 8+29+108=145 (19% of max value = 765). Red value is 8 (3.52% from 255 or 5.52% from 145); Green value is 29 (11.72% from 255 or 20% from 145); Blue value is 108 (42.58% from 255 or 74.48% from 145); Max value from RGB is 108 - color contains mainly: blue. Hex color #081D6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D6C is #F7E293. Grayscale: #1F1F1F. Windows color (decimal): -16245396 or 7085320. OLE color: 7085320.

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

Color convert

RGB829108-
CMYK0.930.7300.58
HSL227.4º86.21%22.75%-
HSV(B)227.4º92.59%42.35%-
XYZ3.252.0114.4-
YUV31.73171.04111.08-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.52%
GREEN value IS 29 (11.72% from 255) = 20%
BLUE value IS 108 (42.58% from 255) = 74.48%
R=5.52%
G=20%
B=74.48%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8291080.930.7300.58227.486.2122.75
Hex81D6C5D4903Ae35617
Octal103515413511107234312627
Binary100011101110110010111011001001011101011100011101011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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