#061F79

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

Shades of Sapphire #061F79

Tints of Sapphire #061F79

Color information

#061F79 (or 0x061F79) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 79. RGB value is (6,31,121). Sum of RGB (Red+Green+Blue) = 6+31+121=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 31 (12.5% from 255 or 19.62% from 158); Blue value is 121 (47.66% from 255 or 76.58% from 158); Max value from RGB is 121 - color contains mainly: blue. Hex color #061F79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F79 is #F9E086. Grayscale: #212121. Windows color (decimal): -16375943 or 7937798. OLE color: 7937798.

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

Color convert

RGB631121-
CMYK0.950.7400.53
HSL226.96º90.55%24.9%-
HSV(B)226.96º95.04%47.45%-
XYZ4.022.418.34-
YUV33.78177.22108.18-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 31 (12.5% from 255) = 19.62%
BLUE value IS 121 (47.66% from 255) = 76.58%
R=3.80%
G=19.62%
B=76.58%

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
Decimal6311210.950.7400.53226.9690.5524.9
Hex61F795F4A035e35b19
Octal63717113711206534313331
Binary11011111111100110111111001010011010111100011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061F79; }

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

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

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

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

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

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

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

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