#051E7C

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

Shades of Sapphire #051E7C

Tints of Sapphire #051E7C

Color information

#051E7C (or 0x051E7C) is unknown color: approx Sapphire. HEX triplet: 05, 1E and 7C. RGB value is (5,30,124). Sum of RGB (Red+Green+Blue) = 5+30+124=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 30 (12.11% from 255 or 18.87% from 159); Blue value is 124 (48.83% from 255 or 77.99% from 159); Max value from RGB is 124 - color contains mainly: blue. Hex color #051E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051E7C is #FAE183. Grayscale: #202020. Windows color (decimal): -16441732 or 8134149. OLE color: 8134149.

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

Color convert

RGB530124-
CMYK0.960.7600.51
HSL227.39º92.25%25.29%-
HSV(B)227.39º95.97%48.63%-
XYZ4.162.4219.32-
YUV33.24179.22107.86-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.14%
GREEN value IS 30 (12.11% from 255) = 18.87%
BLUE value IS 124 (48.83% from 255) = 77.99%
R=3.14%
G=18.87%
B=77.99%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal5301240.960.7600.51227.3992.2525.29
Hex51E7C604C033e35c19
Octal53617414011406334313431
Binary10111110111110011000001001100011001111100011101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,30,124); }

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

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

 a { background-color: rgb(5,30,124); }

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

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

 span { border-color: rgb(5,30,124); }

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