#081C52

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

Shades of Sapphire #081C52

Tints of Sapphire #081C52

Color information

#081C52 (or 0x081C52) is unknown color: approx Sapphire. HEX triplet: 08, 1C and 52. RGB value is (8,28,82). Sum of RGB (Red+Green+Blue) = 8+28+82=118 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.78% from 118); Green value is 28 (11.33% from 255 or 23.73% from 118); Blue value is 82 (32.42% from 255 or 69.49% from 118); Max value from RGB is 82 - color contains mainly: blue. Hex color #081C52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081C52 is #F7E3AD. Grayscale: #1B1B1B. Windows color (decimal): -16245678 or 5381128. OLE color: 5381128.

HSL color Cylindrical-coordinate representation of color #081C52: hue angle of 223.78º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #081C52 is Cyan = 0.90, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB82882-
CMYK0.900.6600.68
HSL223.78º82.22%17.65%-
HSV(B)223.78º90.24%32.16%-
XYZ2.041.498.16-
YUV28.18158.37113.61-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.78%
GREEN value IS 28 (11.33% from 255) = 23.73%
BLUE value IS 82 (32.42% from 255) = 69.49%
R=6.78%
G=23.73%
B=69.49%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal828820.900.6600.68223.7882.2217.65
Hex81C525A42044e05212
Octal1034122132102010434012222
Binary1000111001010010101101010000100100010011100000101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081C52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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