#062460

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

Shades of Sapphire #062460

Tints of Sapphire #062460

Color information

#062460 (or 0x062460) is unknown color: approx Sapphire. HEX triplet: 06, 24 and 60. RGB value is (6,36,96). Sum of RGB (Red+Green+Blue) = 6+36+96=138 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.35% from 138); Green value is 36 (14.45% from 255 or 26.09% from 138); Blue value is 96 (37.89% from 255 or 69.57% from 138); Max value from RGB is 96 - color contains mainly: blue. Hex color #062460 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062460 is #F9DB9F. Grayscale: #212121. Windows color (decimal): -16374688 or 6300678. OLE color: 6300678.

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

Color convert

RGB63696-
CMYK0.940.6200.62
HSL220º88.24%20%-
HSV(B)220º93.75%37.65%-
XYZ2.822.1411.33-
YUV33.87163.06108.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.35%
GREEN value IS 36 (14.45% from 255) = 26.09%
BLUE value IS 96 (37.89% from 255) = 69.57%
R=4.35%
G=26.09%
B=69.57%

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
Decimal636960.940.6200.6222088.2420
Hex624605E3E03Edc5814
Octal6441401367607633413024
Binary11010010011000001011110111110011111011011100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062460; }

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

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

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

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

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

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

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

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