#061F5F

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

Shades of Sapphire #061F5F

Tints of Sapphire #061F5F

Color information

#061F5F (or 0x061F5F) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 5F. RGB value is (6,31,95). Sum of RGB (Red+Green+Blue) = 6+31+95=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 31 (12.5% from 255 or 23.48% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #061F5F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F5F is #F9E0A0. Grayscale: #1E1E1E. Windows color (decimal): -16375969 or 6233862. OLE color: 6233862.

HSL color Cylindrical-coordinate representation of color #061F5F: hue angle of 223.15º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061F5F is Cyan = 0.94, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB63195-
CMYK0.940.6700.63
HSL223.15º88.12%19.8%-
HSV(B)223.15º93.68%37.25%-
XYZ2.631.8411.04-
YUV30.82164.22110.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 31 (12.5% from 255) = 23.48%
BLUE value IS 95 (37.5% from 255) = 71.97%
R=4.55%
G=23.48%
B=71.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal631950.940.6700.63223.1588.1219.8
Hex61F5F5E4303Fdf5814
Octal63713713610307733713024
Binary11011111101111110111101000011011111111011111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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