#062879

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

Shades of Sapphire #062879

Tints of Sapphire #062879

Color information

#062879 (or 0x062879) is unknown color: approx Sapphire. HEX triplet: 06, 28 and 79. RGB value is (6,40,121). Sum of RGB (Red+Green+Blue) = 6+40+121=167 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.59% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 121 (47.66% from 255 or 72.46% from 167); Max value from RGB is 121 - color contains mainly: blue. Hex color #062879 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062879 is #F9D786. Grayscale: #262626. Windows color (decimal): -16373639 or 7940102. OLE color: 7940102.

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

Color convert

RGB640121-
CMYK0.950.6700.53
HSL222.26º90.55%24.9%-
HSV(B)222.26º95.04%47.45%-
XYZ4.292.9418.43-
YUV39.07174.24104.41-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.59%
GREEN value IS 40 (16.02% from 255) = 23.95%
BLUE value IS 121 (47.66% from 255) = 72.46%
R=3.59%
G=23.95%
B=72.46%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6401210.950.6700.53222.2690.5524.9
Hex628795F43035de5b19
Octal65017113710306533613331
Binary110101000111100110111111000011011010111011110101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062879; }

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

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

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

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

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

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

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

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