#062463

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

Shades of Sapphire #062463

Tints of Sapphire #062463

Color information

#062463 (or 0x062463) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 63. RGB value is (6,36,99). Sum of RGB (Red+Green+Blue) = 6+36+99=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 99 (39.06% from 255 or 70.21% from 141); Max value from RGB is 99 - color contains mainly: blue. Hex color #062463 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062463 is #F9DB9C. Grayscale: #212121. Windows color (decimal): -16374685 or 6497286. OLE color: 6497286.

HSL color Cylindrical-coordinate representation of color #062463: hue angle of 220.65º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #062463 is Cyan = 0.94, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB63699-
CMYK0.940.6400.61
HSL220.65º88.57%20.59%-
HSV(B)220.65º93.94%38.82%-
XYZ2.962.212.07-
YUV34.21164.56107.88-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 36 (14.45% from 255) = 25.53%
BLUE value IS 99 (39.06% from 255) = 70.21%
R=4.26%
G=25.53%
B=70.21%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal636990.940.6400.61220.6588.5720.59
Hex624635E4003Ddd5915
Octal64414313610007533513125
Binary110100100110001110111101000000011110111011101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062463; }

 p { color: rgb(6,36,99); }

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

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

 a { background-color: rgb(6,36,99); }

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

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

 span { border-color: rgb(6,36,99); }

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