#051962

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

Shades of Sapphire #051962

Tints of Sapphire #051962

Color information

#051962 (or 0x051962) is unknown color: approx Sapphire. HEX triplet: 05, 19 and 62. RGB value is (5,25,98). Sum of RGB (Red+Green+Blue) = 5+25+98=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 98 (38.67% from 255 or 76.56% from 128); Max value from RGB is 98 - color contains mainly: blue. Hex color #051962 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051962 is #FAE69D. Grayscale: #1B1B1B. Windows color (decimal): -16443038 or 6428933. OLE color: 6428933.

HSL color Cylindrical-coordinate representation of color #051962: hue angle of 227.1º 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 #051962 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB52598-
CMYK0.950.7400.62
HSL227.1º90.29%20.2%-
HSV(B)227.1º94.9%38.43%-
XYZ2.611.6111.73-
YUV27.34167.87112.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 25 (10.16% from 255) = 19.53%
BLUE value IS 98 (38.67% from 255) = 76.56%
R=3.91%
G=19.53%
B=76.56%

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
Decimal525980.950.7400.62227.190.2920.2
Hex519625F4A03Ee35a14
Octal53114213711207634313224
Binary10111001110001010111111001010011111011100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051962; }

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

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

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

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

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

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

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

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