#051562

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

Shades of Sapphire #051562

Tints of Sapphire #051562

Color information

#051562 (or 0x051562) is unknown color: approx Sapphire. HEX triplet: 05, 15 and 62. RGB value is (5,21,98). Sum of RGB (Red+Green+Blue) = 5+21+98=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 98 (38.67% from 255 or 79.03% from 124); Max value from RGB is 98 - color contains mainly: blue. Hex color #051562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #051562 is #FAEA9D. Grayscale: #181818. Windows color (decimal): -16444062 or 6427909. OLE color: 6427909.

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

Color convert

RGB52198-
CMYK0.950.7900.62
HSL229.68º90.29%20.2%-
HSV(B)229.68º94.9%38.43%-
XYZ2.541.4511.7-
YUV24.99169.2113.74-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 98 (38.67% from 255) = 79.03%
R=4.03%
G=16.94%
B=79.03%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal521980.950.7900.62229.6890.2920.2
Hex515625F4F03Ee65a14
Octal52514213711707634613224
Binary10110101110001010111111001111011111011100110101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #051562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #051562; }

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

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

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

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

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

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

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

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