#051E4A

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

Shades of Sapphire #051E4A

Tints of Sapphire #051E4A

Color information

#051E4A (or 0x051E4A) is unknown color: approx Sapphire. HEX triplet: 05, 1E and 4A. RGB value is (5,30,74). Sum of RGB (Red+Green+Blue) = 5+30+74=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 30 (12.11% from 255 or 27.52% from 109); Blue value is 74 (29.30% from 255 or 67.89% from 109); Max value from RGB is 74 - color contains mainly: blue. Hex color #051E4A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E4A is #FAE1B5. Grayscale: #1B1B1B. Windows color (decimal): -16441782 or 4857349. OLE color: 4857349.

HSL color Cylindrical-coordinate representation of color #051E4A: hue angle of 218.26º 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 #051E4A is Cyan = 0.93, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB53074-
CMYK0.930.5900.71
HSL218.26º87.34%15.49%-
HSV(B)218.26º93.24%29.02%-
XYZ1.761.466.67-
YUV27.54154.22111.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 30 (12.11% from 255) = 27.52%
BLUE value IS 74 (29.30% from 255) = 67.89%
R=4.59%
G=27.52%
B=67.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal530740.930.5900.71218.2687.3415.49
Hex51E4A5D3B047da57f
Octal53611213573010733212717
Binary1011111010010101011101111011010001111101101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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