#062462

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

Shades of Sapphire #062462

Tints of Sapphire #062462

Color information

#062462 (or 0x062462) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 62. RGB value is (6,36,98). Sum of RGB (Red+Green+Blue) = 6+36+98=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 36 (14.45% from 255 or 25.71% from 140); Blue value is 98 (38.67% from 255 or 70% from 140); Max value from RGB is 98 - color contains mainly: blue. Hex color #062462 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062462 is #F9DB9D. Grayscale: #212121. Windows color (decimal): -16374686 or 6431750. OLE color: 6431750.

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

Color convert

RGB63698-
CMYK0.940.6300.62
HSL220.43º88.46%20.39%-
HSV(B)220.43º93.88%38.43%-
XYZ2.912.1811.82-
YUV34.1164.06107.96-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 36 (14.45% from 255) = 25.71%
BLUE value IS 98 (38.67% from 255) = 70%
R=4.29%
G=25.71%
B=70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal636980.940.6300.62220.4388.4620.39
Hex624625E3F03Edc5814
Octal6441421367707633413024
Binary11010010011000101011110111111011111011011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062462

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062462; }

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

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

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

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

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

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

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

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