#062079

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

Shades of Sapphire #062079

Tints of Sapphire #062079

Color information

#062079 (or 0x062079) is unknown color: approx Sapphire. HEX triplet: 06, 20 and 79. RGB value is (6,32,121). Sum of RGB (Red+Green+Blue) = 6+32+121=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 32 (12.89% from 255 or 20.13% from 159); Blue value is 121 (47.66% from 255 or 76.10% from 159); Max value from RGB is 121 - color contains mainly: blue. Hex color #062079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062079 is #F9DF86. Grayscale: #212121. Windows color (decimal): -16375687 or 7938054. OLE color: 7938054.

HSL color Cylindrical-coordinate representation of color #062079: hue angle of 226.43º degrees, saturation: 0.91, 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 #062079 is Cyan = 0.95, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB632121-
CMYK0.950.7400.53
HSL226.43º90.55%24.9%-
HSV(B)226.43º95.04%47.45%-
XYZ4.042.4518.35-
YUV34.37176.89107.76-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 32 (12.89% from 255) = 20.13%
BLUE value IS 121 (47.66% from 255) = 76.10%
R=3.77%
G=20.13%
B=76.10%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6321210.950.7400.53226.4390.5524.9
Hex620795F4A035e25b19
Octal64017113711206534213331
Binary110100000111100110111111001010011010111100010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062079; }

 p { color: rgb(6,32,121); }

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

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

 a { background-color: rgb(6,32,121); }

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

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

 span { border-color: rgb(6,32,121); }

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