#051A74

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

Shades of Sapphire #051A74

Tints of Sapphire #051A74

Color information

#051A74 (or 0x051A74) is unknown color: approx Sapphire. HEX triplet: 05, 1A and 74. RGB value is (5,26,116). Sum of RGB (Red+Green+Blue) = 5+26+116=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 26 (10.55% from 255 or 17.69% from 147); Blue value is 116 (45.70% from 255 or 78.91% from 147); Max value from RGB is 116 - color contains mainly: blue. Hex color #051A74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #051A74 is #FAE58B. Grayscale: #1D1D1D. Windows color (decimal): -16442764 or 7608837. OLE color: 7608837.

HSL color Cylindrical-coordinate representation of color #051A74: hue angle of 228.65º 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 #051A74 is Cyan = 0.96, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB526116-
CMYK0.960.7800.55
HSL228.65º91.74%23.73%-
HSV(B)228.65º95.69%45.49%-
XYZ3.582.0316.73-
YUV29.98176.54110.18-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 26 (10.55% from 255) = 17.69%
BLUE value IS 116 (45.70% from 255) = 78.91%
R=3.40%
G=17.69%
B=78.91%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5261160.960.7800.55228.6591.7423.73
Hex51A74604E037e55c18
Octal53216414011606734513430
Binary10111010111010011000001001110011011111100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051A74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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