#052962

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

Shades of Sapphire #052962

Tints of Sapphire #052962

Color information

#052962 (or 0x052962) is unknown color: approx Sapphire. HEX triplet: 05, 29 and 62. RGB value is (5,41,98). Sum of RGB (Red+Green+Blue) = 5+41+98=144 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.47% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 98 (38.67% from 255 or 68.06% from 144); Max value from RGB is 98 - color contains mainly: blue. Hex color #052962 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #052962 is #FAD69D. Grayscale: #242424. Windows color (decimal): -16438942 or 6433029. OLE color: 6433029.

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

Color convert

RGB54198-
CMYK0.950.5800.62
HSL216.77º90.29%20.2%-
HSV(B)216.77º94.9%38.43%-
XYZ3.062.511.88-
YUV36.73162.57105.37-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.47%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 98 (38.67% from 255) = 68.06%
R=3.47%
G=28.47%
B=68.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal541980.950.5800.62216.7790.2920.2
Hex529625F3A03Ed95a14
Octal5511421377207633113224
Binary10110100111000101011111111010011111011011001101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #052962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #052962; }

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

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

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

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

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

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

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

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