#051961

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

Shades of Sapphire #051961

Tints of Sapphire #051961

Color information

#051961 (or 0x051961) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 61. RGB value is (5,25,97). Sum of RGB (Red+Green+Blue) = 5+25+97=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 97 (38.28% from 255 or 76.38% from 127); Max value from RGB is 97 - color contains mainly: blue. Hex color #051961 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051961 is #FAE69E. Grayscale: #1A1A1A. Windows color (decimal): -16443039 or 6363397. OLE color: 6363397.

HSL color Cylindrical-coordinate representation of color #051961: hue angle of 226.96º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #051961 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52597-
CMYK0.950.7400.62
HSL226.96º90.2%20%-
HSV(B)226.96º94.85%38.04%-
XYZ2.571.5911.48-
YUV27.23167.37112.15-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 25 (10.16% from 255) = 19.69%
BLUE value IS 97 (38.28% from 255) = 76.38%
R=3.94%
G=19.69%
B=76.38%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal525970.950.7400.62226.9690.220
Hex519615F4A03Ee35a14
Octal53114113711207634313224
Binary10111001110000110111111001010011111011100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051961; }

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

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

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

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

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

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

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

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