#051C5D

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

Shades of Sapphire #051C5D

Tints of Sapphire #051C5D

Color information

#051C5D (or 0x051C5D) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 5D. RGB value is (5,28,93). Sum of RGB (Red+Green+Blue) = 5+28+93=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 28 (11.33% from 255 or 22.22% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #051C5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C5D is #FAE3A2. Grayscale: #1C1C1C. Windows color (decimal): -16442275 or 6102021. OLE color: 6102021.

HSL color Cylindrical-coordinate representation of color #051C5D: hue angle of 224.32º 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 #051C5D is Cyan = 0.95, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB52893-
CMYK0.950.7000.64
HSL224.32º89.8%19.22%-
HSV(B)224.32º94.62%36.47%-
XYZ2.451.6510.55-
YUV28.53164.38111.21-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 28 (11.33% from 255) = 22.22%
BLUE value IS 93 (36.72% from 255) = 73.81%
R=3.97%
G=22.22%
B=73.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal528930.950.7000.64224.3289.819.22
Hex51C5D5F46040e05a13
Octal534135137106010034013223
Binary101111001011101101111110001100100000011100000101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,28,93); }

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

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

 a { background-color: rgb(5,28,93); }

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

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

 span { border-color: rgb(5,28,93); }

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