#051A4E

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

Shades of Sapphire #051A4E

Tints of Sapphire #051A4E

Color information

#051A4E (or 0x051A4E) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 4E. RGB value is (5,26,78). Sum of RGB (Red+Green+Blue) = 5+26+78=109 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.59% from 109); Green value is 26 (10.55% from 255 or 23.85% from 109); Blue value is 78 (30.86% from 255 or 71.56% from 109); Max value from RGB is 78 - color contains mainly: blue. Hex color #051A4E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A4E is #FAE5B1. Grayscale: #191919. Windows color (decimal): -16442802 or 5118469. OLE color: 5118469.

HSL color Cylindrical-coordinate representation of color #051A4E: hue angle of 222.74º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #051A4E is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB52678-
CMYK0.940.6700.69
HSL222.74º87.95%16.27%-
HSV(B)222.74º93.59%30.59%-
XYZ1.811.327.37-
YUV25.65157.54113.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.59%
GREEN value IS 26 (10.55% from 255) = 23.85%
BLUE value IS 78 (30.86% from 255) = 71.56%
R=4.59%
G=23.85%
B=71.56%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal526780.940.6700.69222.7487.9516.27
Hex51A4E5E43045df5810
Octal532116136103010533713020
Binary101110101001110101111010000110100010111011111101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,26,78); }

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

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

 a { background-color: rgb(5,26,78); }

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

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

 span { border-color: rgb(5,26,78); }

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