#081C55

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

Shades of Sapphire #081C55

Tints of Sapphire #081C55

Color information

#081C55 (or 0x081C55) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 55. RGB value is (8,28,85). Sum of RGB (Red+Green+Blue) = 8+28+85=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 85 (33.59% from 255 or 70.25% from 121); Max value from RGB is 85 - color contains mainly: blue. Hex color #081C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C55 is #F7E3AA. Grayscale: #1C1C1C. Windows color (decimal): -16245675 or 5577736. OLE color: 5577736.

HSL color Cylindrical-coordinate representation of color #081C55: hue angle of 224.42º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #081C55 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB82885-
CMYK0.910.6700.67
HSL224.42º82.8%18.24%-
HSV(B)224.42º90.59%33.33%-
XYZ2.161.548.78-
YUV28.52159.87113.37-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.61%
GREEN value IS 28 (11.33% from 255) = 23.14%
BLUE value IS 85 (33.59% from 255) = 70.25%
R=6.61%
G=23.14%
B=70.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal828850.910.6700.67224.4282.818.24
Hex81C555B43043e05312
Octal1034125133103010334012322
Binary1000111001010101101101110000110100001111100000101001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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