#061F4F

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

Shades of Sapphire #061F4F

Tints of Sapphire #061F4F

Color information

#061F4F (or 0x061F4F) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 4F. RGB value is (6,31,79). Sum of RGB (Red+Green+Blue) = 6+31+79=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 79 (31.25% from 255 or 68.10% from 116); Max value from RGB is 79 - color contains mainly: blue. Hex color #061F4F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F4F is #F9E0B0. Grayscale: #1C1C1C. Windows color (decimal): -16375985 or 5185286. OLE color: 5185286.

HSL color Cylindrical-coordinate representation of color #061F4F: hue angle of 219.45º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #061F4F is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB63179-
CMYK0.920.6100.69
HSL219.45º85.88%16.67%-
HSV(B)219.45º92.41%30.98%-
XYZ1.981.587.6-
YUV29156.22111.6-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.17%
GREEN value IS 31 (12.5% from 255) = 26.72%
BLUE value IS 79 (31.25% from 255) = 68.10%
R=5.17%
G=26.72%
B=68.10%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal631790.920.6100.69219.4585.8816.67
Hex61F4F5C3D045db5611
Octal63711713475010533312621
Binary11011111100111110111001111010100010111011011101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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