#051D66

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

Shades of Sapphire #051D66

Tints of Sapphire #051D66

Color information

#051D66 (or 0x051D66) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 66. RGB value is (5,29,102). Sum of RGB (Red+Green+Blue) = 5+29+102=136 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.68% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 102 (40.23% from 255 or 75% from 136); Max value from RGB is 102 - color contains mainly: blue. Hex color #051D66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D66 is #FAE299. Grayscale: #1D1D1D. Windows color (decimal): -16442010 or 6692101. OLE color: 6692101.

HSL color Cylindrical-coordinate representation of color #051D66: hue angle of 225.15º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051D66 is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB529102-
CMYK0.950.7200.6
HSL225.15º90.65%20.98%-
HSV(B)225.15º95.1%40%-
XYZ2.91.8712.78-
YUV30.15168.55110.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.68%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 102 (40.23% from 255) = 75%
R=3.68%
G=21.32%
B=75%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal5291020.950.7200.6225.1590.6520.98
Hex51D665F4803Ce15b15
Octal53514613711007434113325
Binary10111101110011010111111001000011110011100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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