#081C5A

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

Shades of Sapphire #081C5A

Tints of Sapphire #081C5A

Color information

#081C5A (or 0x081C5A) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 5A. RGB value is (8,28,90). Sum of RGB (Red+Green+Blue) = 8+28+90=126 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.35% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #081C5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C5A is #F7E3A5. Grayscale: #1C1C1C. Windows color (decimal): -16245670 or 5905416. OLE color: 5905416.

HSL color Cylindrical-coordinate representation of color #081C5A: hue angle of 225.37º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081C5A is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB82890-
CMYK0.910.6900.65
HSL225.37º83.67%19.22%-
HSV(B)225.37º91.11%35.29%-
XYZ2.361.629.86-
YUV29.09162.37112.96-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.35%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 90 (35.55% from 255) = 71.43%
R=6.35%
G=22.22%
B=71.43%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal828900.910.6900.65225.3783.6719.22
Hex81C5A5B45041e15413
Octal1034132133105010134112423
Binary1000111001011010101101110001010100000111100001101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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