#051C49

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

Shades of Sapphire #051C49

Tints of Sapphire #051C49

Color information

#051C49 (or 0x051C49) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 49. RGB value is (5,28,73). Sum of RGB (Red+Green+Blue) = 5+28+73=106 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.72% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 73 (28.91% from 255 or 68.87% from 106); Max value from RGB is 73 - color contains mainly: blue. Hex color #051C49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051C49 is #FAE3B6. Grayscale: #1A1A1A. Windows color (decimal): -16442295 or 4791301. OLE color: 4791301.

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

Color convert

RGB52873-
CMYK0.930.6200.71
HSL219.71º87.18%15.29%-
HSV(B)219.71º93.15%28.63%-
XYZ1.681.346.47-
YUV26.25154.38112.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.72%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 73 (28.91% from 255) = 68.87%
R=4.72%
G=26.42%
B=68.87%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal528730.930.6200.71219.7187.1815.29
Hex51C495D3E047dc57f
Octal53411113576010733412717
Binary1011110010010011011101111110010001111101110010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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