#051F70

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

Shades of Sapphire #051F70

Tints of Sapphire #051F70

Color information

#051F70 (or 0x051F70) is unknown color: approx Sapphire. HEX triplet: 05, 1F and 70. RGB value is (5,31,112). Sum of RGB (Red+Green+Blue) = 5+31+112=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 31 (12.5% from 255 or 20.95% from 148); Blue value is 112 (44.14% from 255 or 75.68% from 148); Max value from RGB is 112 - color contains mainly: blue. Hex color #051F70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051F70 is #FAE08F. Grayscale: #202020. Windows color (decimal): -16441488 or 7347973. OLE color: 7347973.

HSL color Cylindrical-coordinate representation of color #051F70: hue angle of 225.42º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051F70 is Cyan = 0.96, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB531112-
CMYK0.960.7200.56
HSL225.42º91.45%22.94%-
HSV(B)225.42º95.54%43.92%-
XYZ3.482.1815.57-
YUV32.46172.89108.41-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 31 (12.5% from 255) = 20.95%
BLUE value IS 112 (44.14% from 255) = 75.68%
R=3.38%
G=20.95%
B=75.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal5311120.960.7200.56225.4291.4522.94
Hex51F706048038e15b17
Octal53716014011007034113327
Binary10111111111000011000001001000011100011100001101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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