#062A63

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

Shades of Sapphire #062A63

Tints of Sapphire #062A63

Color information

#062A63 (or 0x062A63) is unknown color: approx Sapphire. HEX triplet: 06, 2A and 63. RGB value is (6,42,99). Sum of RGB (Red+Green+Blue) = 6+42+99=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 99 (39.06% from 255 or 67.35% from 147); Max value from RGB is 99 - color contains mainly: blue. Hex color #062A63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062A63 is #F9D59C. Grayscale: #252525. Windows color (decimal): -16373149 or 6498822. OLE color: 6498822.

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

Color convert

RGB64299-
CMYK0.940.5800.61
HSL216.77º88.57%20.59%-
HSV(B)216.77º93.94%38.82%-
XYZ3.162.612.14-
YUV37.73162.57105.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 99 (39.06% from 255) = 67.35%
R=4.08%
G=28.57%
B=67.35%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal642990.940.5800.61216.7788.5720.59
Hex62A635E3A03Dd95915
Octal6521431367207533113125
Binary11010101011000111011110111010011110111011001101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062A63; }

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

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

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

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

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

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

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

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