#051974

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

Shades of Sapphire #051974

Tints of Sapphire #051974

Color information

#051974 (or 0x051974) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 74. RGB value is (5,25,116). Sum of RGB (Red+Green+Blue) = 5+25+116=146 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.42% from 146); Green value is 25 (10.16% from 255 or 17.12% from 146); Blue value is 116 (45.70% from 255 or 79.45% from 146); Max value from RGB is 116 - color contains mainly: blue. Hex color #051974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051974 is #FAE68B. Grayscale: #1D1D1D. Windows color (decimal): -16443020 or 7608581. OLE color: 7608581.

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

Color convert

RGB525116-
CMYK0.960.7800.55
HSL229.19º91.74%23.73%-
HSV(B)229.19º95.69%45.49%-
XYZ3.561.9916.72-
YUV29.39176.87110.6-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.42%
GREEN value IS 25 (10.16% from 255) = 17.12%
BLUE value IS 116 (45.70% from 255) = 79.45%
R=3.42%
G=17.12%
B=79.45%

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
Decimal5251160.960.7800.55229.1991.7423.73
Hex51974604E037e55c18
Octal53116414011606734513430
Binary10111001111010011000001001110011011111100101101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051974; }

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

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

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

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

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

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

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

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