#051C73

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

Shades of Sapphire #051C73

Tints of Sapphire #051C73

Color information

#051C73 (or 0x051C73) is unknown color: approx Sapphire. HEX triplet: 05, 1C and 73. RGB value is (5,28,115). Sum of RGB (Red+Green+Blue) = 5+28+115=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 28 (11.33% from 255 or 18.92% from 148); Blue value is 115 (45.31% from 255 or 77.70% from 148); Max value from RGB is 115 - color contains mainly: blue. Hex color #051C73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051C73 is #FAE38C. Grayscale: #1E1E1E. Windows color (decimal): -16442253 or 7543813. OLE color: 7543813.

HSL color Cylindrical-coordinate representation of color #051C73: hue angle of 227.45º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #051C73 is Cyan = 0.96, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB528115-
CMYK0.960.7600.55
HSL227.45º91.67%23.53%-
HSV(B)227.45º95.65%45.1%-
XYZ3.572.116.44-
YUV31.04175.38109.43-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 28 (11.33% from 255) = 18.92%
BLUE value IS 115 (45.31% from 255) = 77.70%
R=3.38%
G=18.92%
B=77.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5281150.960.7600.55227.4591.6723.53
Hex51C73604C037e35c18
Octal53416314011406734313430
Binary10111100111001111000001001100011011111100011101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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