#051F52

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

Shades of Sapphire #051F52

Tints of Sapphire #051F52

Color information

#051F52 (or 0x051F52) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 52. RGB value is (5,31,82). Sum of RGB (Red+Green+Blue) = 5+31+82=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 31 (12.5% from 255 or 26.27% 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 #051F52 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F52 is #FAE0AD. Grayscale: #1C1C1C. Windows color (decimal): -16441518 or 5381893. OLE color: 5381893.

HSL color Cylindrical-coordinate representation of color #051F52: hue angle of 219.74º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051F52 is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB53182-
CMYK0.940.6200.68
HSL219.74º88.51%17.06%-
HSV(B)219.74º93.9%32.16%-
XYZ2.081.628.19-
YUV29.04157.89110.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.24%
GREEN value IS 31 (12.5% from 255) = 26.27%
BLUE value IS 82 (32.42% from 255) = 69.49%
R=4.24%
G=26.27%
B=69.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal531820.940.6200.68219.7488.5117.06
Hex51F525E3E044dc5911
Octal53712213676010433413121
Binary10111111101001010111101111100100010011011100101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051F52; }

 p { color: rgb(5,31,82); }

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

<style>
 a { background-color: #051F52; }

 a { background-color: rgb(5,31,82); }

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

<style>
 span { border-color: #051F52; }

 span { border-color: rgb(5,31,82); }

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