#081D52

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

Shades of Sapphire #081D52

Tints of Sapphire #081D52

Color information

#081D52 (or 0x081D52) is unknown color: approx Sapphire. HEX triplet: 08, 1D and 52. RGB value is (8,29,82). Sum of RGB (Red+Green+Blue) = 8+29+82=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 29 (11.72% from 255 or 24.37% from 119); Blue value is 82 (32.42% from 255 or 68.91% from 119); Max value from RGB is 82 - color contains mainly: blue. Hex color #081D52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #081D52 is #F7E2AD. Grayscale: #1C1C1C. Windows color (decimal): -16245422 or 5381384. OLE color: 5381384.

HSL color Cylindrical-coordinate representation of color #081D52: hue angle of 222.97º 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 #081D52 is Cyan = 0.90, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB82982-
CMYK0.900.6500.68
HSL222.97º82.22%17.65%-
HSV(B)222.97º90.24%32.16%-
XYZ2.061.548.17-
YUV28.76158.04113.19-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 6.72%
GREEN value IS 29 (11.72% from 255) = 24.37%
BLUE value IS 82 (32.42% from 255) = 68.91%
R=6.72%
G=24.37%
B=68.91%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal829820.900.6500.68222.9782.2217.65
Hex81D525A41044df5212
Octal1035122132101010433712222
Binary1000111011010010101101010000010100010011011111101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #081D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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