#062779

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

Shades of Sapphire #062779

Tints of Sapphire #062779

Color information

#062779 (or 0x062779) is unknown color: approx Sapphire. HEX triplet: 06, 27 and 79. RGB value is (6,39,121). Sum of RGB (Red+Green+Blue) = 6+39+121=166 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.61% from 166); Green value is 39 (15.62% from 255 or 23.49% from 166); Blue value is 121 (47.66% from 255 or 72.89% from 166); Max value from RGB is 121 - color contains mainly: blue. Hex color #062779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #062779 is #F9D886. Grayscale: #262626. Windows color (decimal): -16373895 or 7939846. OLE color: 7939846.

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

Color convert

RGB639121-
CMYK0.950.6800.53
HSL222.78º90.55%24.9%-
HSV(B)222.78º95.04%47.45%-
XYZ4.252.8718.42-
YUV38.48174.57104.83-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.61%
GREEN value IS 39 (15.62% from 255) = 23.49%
BLUE value IS 121 (47.66% from 255) = 72.89%
R=3.61%
G=23.49%
B=72.89%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal6391210.950.6800.53222.7890.5524.9
Hex627795F44035df5b19
Octal64717113710406533713331
Binary110100111111100110111111000100011010111011111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062779; }

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

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

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

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

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

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

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

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