#062562

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

Shades of Sapphire #062562

Tints of Sapphire #062562

Color information

#062562 (or 0x062562) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 62. RGB value is (6,37,98). Sum of RGB (Red+Green+Blue) = 6+37+98=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 98 (38.67% from 255 or 69.50% from 141); Max value from RGB is 98 - color contains mainly: blue. Hex color #062562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062562 is #F9DA9D. Grayscale: #222222. Windows color (decimal): -16374430 or 6432006. OLE color: 6432006.

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

Color convert

RGB63798-
CMYK0.940.6200.62
HSL219.78º88.46%20.39%-
HSV(B)219.78º93.88%38.43%-
XYZ2.942.2411.83-
YUV34.68163.73107.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 98 (38.67% from 255) = 69.50%
R=4.26%
G=26.24%
B=69.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal637980.940.6200.62219.7888.4620.39
Hex625625E3E03Edc5814
Octal6451421367607633413024
Binary11010010111000101011110111110011111011011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062562

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062562; }

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

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

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

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

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

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

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

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