#051C60

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

Shades of Sapphire #051C60

Tints of Sapphire #051C60

Color information

#051C60 (or 0x051C60) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 60. RGB value is (5,28,96). Sum of RGB (Red+Green+Blue) = 5+28+96=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 28 (11.33% from 255 or 21.71% from 129); Blue value is 96 (37.89% from 255 or 74.42% from 129); Max value from RGB is 96 - color contains mainly: blue. Hex color #051C60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C60 is #FAE39F. Grayscale: #1C1C1C. Windows color (decimal): -16442272 or 6298629. OLE color: 6298629.

HSL color Cylindrical-coordinate representation of color #051C60: hue angle of 224.84º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051C60 is Cyan = 0.95, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52896-
CMYK0.950.7100.62
HSL224.84º90.1%19.8%-
HSV(B)224.84º94.79%37.65%-
XYZ2.591.7111.26-
YUV28.88165.88110.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 28 (11.33% from 255) = 21.71%
BLUE value IS 96 (37.89% from 255) = 74.42%
R=3.88%
G=21.71%
B=74.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal528960.950.7100.62224.8490.119.8
Hex51C605F4703Ee15a14
Octal53414013710707634113224
Binary10111100110000010111111000111011111011100001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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