#051D5C

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

Shades of Sapphire #051D5C

Tints of Sapphire #051D5C

Color information

#051D5C (or 0x051D5C) is unknown color: approx Sapphire. HEX triplet: 05, 1D and 5C. RGB value is (5,29,92). Sum of RGB (Red+Green+Blue) = 5+29+92=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 29 (11.72% from 255 or 23.02% from 126); Blue value is 92 (36.33% from 255 or 73.02% from 126); Max value from RGB is 92 - color contains mainly: blue. Hex color #051D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051D5C is #FAE2A3. Grayscale: #1C1C1C. Windows color (decimal): -16442020 or 6036741. OLE color: 6036741.

HSL color Cylindrical-coordinate representation of color #051D5C: hue angle of 223.45º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051D5C is Cyan = 0.95, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB52992-
CMYK0.950.6800.64
HSL223.45º89.69%19.02%-
HSV(B)223.45º94.57%36.08%-
XYZ2.431.6810.32-
YUV29.01163.55110.88-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 29 (11.72% from 255) = 23.02%
BLUE value IS 92 (36.33% from 255) = 73.02%
R=3.97%
G=23.02%
B=73.02%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal529920.950.6800.64223.4589.6919.02
Hex51D5C5F44040df5a13
Octal535134137104010033713223
Binary101111011011100101111110001000100000011011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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