#061f6b

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

Shades of Sapphire #061F6B

Tints of Sapphire #061F6B

Color information

#061F6B (or 0x061F6B) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 6B. RGB value is (6,31,107). Sum of RGB (Red+Green+Blue) = 6+31+107=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 107 (42.19% from 255 or 74.31% from 144); Max value from RGB is 107 - color contains mainly: blue. Hex color #061F6B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F6B is #F9E094. Grayscale: #1F1F1F. Windows color (decimal): -16375957 or 7020294. OLE color: 7020294.

HSL color Cylindrical-coordinate representation of color #061F6B: hue angle of 225.15º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #061F6B is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB631107-
CMYK0.940.7100.58
HSL225.15º89.38%22.16%-
HSV(B)225.15º94.39%41.96%-
XYZ3.222.0814.14-
YUV32.19170.22109.32-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.17%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 107 (42.19% from 255) = 74.31%
R=4.17%
G=21.53%
B=74.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6311070.940.7100.58225.1589.3822.16
Hex61F6B5E4703Ae15916
Octal63715313610707234113126
Binary11011111110101110111101000111011101011100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061f6b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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