#061562

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

Shades of Sapphire #061562

Tints of Sapphire #061562

Color information

#061562 (or 0x061562) is unknown color: approx Sapphire. HEX triplet: 06, 15 and 62. RGB value is (6,21,98). Sum of RGB (Red+Green+Blue) = 6+21+98=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 21 (8.59% from 255 or 16.8% from 125); Blue value is 98 (38.67% from 255 or 78.4% from 125); Max value from RGB is 98 - color contains mainly: blue. Hex color #061562 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #061562 is #F9EA9D. Grayscale: #181818. Windows color (decimal): -16378526 or 6427910. OLE color: 6427910.

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

Color convert

RGB62198-
CMYK0.940.7900.62
HSL230.22º88.46%20.39%-
HSV(B)230.22º93.88%38.43%-
XYZ2.551.4611.7-
YUV25.29169.03114.24-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 21 (8.59% from 255) = 16.8%
BLUE value IS 98 (38.67% from 255) = 78.4%
R=4.8%
G=16.8%
B=78.4%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal621980.940.7900.62230.2288.4620.39
Hex615625E4F03Ee65814
Octal62514213611707634613024
Binary11010101110001010111101001111011111011100110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061562; }

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

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

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

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

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

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

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

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