#081C6A

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

Shades of Sapphire #081C6A

Tints of Sapphire #081C6A

Color information

#081C6A (or 0x081C6A) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 6A. RGB value is (8,28,106). Sum of RGB (Red+Green+Blue) = 8+28+106=142 (18% of max value = 765). Red value is 8 (3.52% from 255 or 5.63% from 142); Green value is 28 (11.33% from 255 or 19.72% from 142); Blue value is 106 (41.80% from 255 or 74.65% from 142); Max value from RGB is 106 - color contains mainly: blue. Hex color #081C6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C6A is #F7E395. Grayscale: #1E1E1E. Windows color (decimal): -16245654 or 6953992. OLE color: 6953992.

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

Color convert

RGB828106-
CMYK0.920.7400.58
HSL227.76º85.96%22.35%-
HSV(B)227.76º92.45%41.57%-
XYZ3.121.9213.84-
YUV30.91170.37111.66-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 5.63%
GREEN value IS 28 (11.33% from 255) = 19.72%
BLUE value IS 106 (41.80% from 255) = 74.65%
R=5.63%
G=19.72%
B=74.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal8281060.920.7400.58227.7685.9622.35
Hex81C6A5C4A03Ae45616
Octal103415213411207234412626
Binary100011100110101010111001001010011101011100100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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