#062577

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

Shades of Sapphire #062577

Tints of Sapphire #062577

Color information

#062577 (or 0x062577) is unknown color: approx Sapphire. HEX triplet: 06, 25 and 77. RGB value is (6,37,119). Sum of RGB (Red+Green+Blue) = 6+37+119=162 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.70% from 162); Green value is 37 (14.84% from 255 or 22.84% from 162); Blue value is 119 (46.88% from 255 or 73.46% from 162); Max value from RGB is 119 - color contains mainly: blue. Hex color #062577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062577 is #F9DA88. Grayscale: #242424. Windows color (decimal): -16374409 or 7808262. OLE color: 7808262.

HSL color Cylindrical-coordinate representation of color #062577: hue angle of 223.54º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #062577 is Cyan = 0.95, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB637119-
CMYK0.950.6900.53
HSL223.54º90.4%24.51%-
HSV(B)223.54º94.96%46.67%-
XYZ4.072.6917.76-
YUV37.08174.23105.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.70%
GREEN value IS 37 (14.84% from 255) = 22.84%
BLUE value IS 119 (46.88% from 255) = 73.46%
R=3.70%
G=22.84%
B=73.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6371190.950.6900.53223.5490.424.51
Hex625775F45035e05a19
Octal64516713710506534013231
Binary110100101111011110111111000101011010111100000101101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062577; }

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

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

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

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

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

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

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

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