#051D48

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

Shades of Sapphire #051D48

Tints of Sapphire #051D48

Color information

#051D48 (or 0x051D48) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 48. RGB value is (5,29,72). Sum of RGB (Red+Green+Blue) = 5+29+72=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #051D48 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051D48 is #FAE2B7. Grayscale: #1A1A1A. Windows color (decimal): -16442040 or 4726021. OLE color: 4726021.

HSL color Cylindrical-coordinate representation of color #051D48: hue angle of 218.51º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #051D48 is Cyan = 0.93, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB52972-
CMYK0.930.6000.72
HSL218.51º87.01%15.1%-
HSV(B)218.51º93.06%28.24%-
XYZ1.671.386.31-
YUV26.73153.55112.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 72 (28.52% from 255) = 67.92%
R=4.72%
G=27.36%
B=67.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal529720.930.6000.72218.5187.0115.1
Hex51D485D3C048db57f
Octal53511013574011033312717
Binary1011110110010001011101111100010010001101101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,29,72); }

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

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

 a { background-color: rgb(5,29,72); }

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

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

 span { border-color: rgb(5,29,72); }

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