#061F69

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

Shades of Sapphire #061F69

Tints of Sapphire #061F69

Color information

#061F69 (or 0x061F69) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 69. RGB value is (6,31,105). Sum of RGB (Red+Green+Blue) = 6+31+105=142 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.23% from 142); Green value is 31 (12.5% from 255 or 21.83% from 142); Blue value is 105 (41.41% from 255 or 73.94% from 142); Max value from RGB is 105 - color contains mainly: blue. Hex color #061F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F69 is #F9E096. Grayscale: #1F1F1F. Windows color (decimal): -16375959 or 6889222. OLE color: 6889222.

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

Color convert

RGB631105-
CMYK0.940.7000.59
HSL224.85º89.19%21.76%-
HSV(B)224.85º94.29%41.18%-
XYZ3.112.0413.59-
YUV31.96169.22109.48-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.23%
GREEN value IS 31 (12.5% from 255) = 21.83%
BLUE value IS 105 (41.41% from 255) = 73.94%
R=4.23%
G=21.83%
B=73.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6311050.940.7000.59224.8589.1921.76
Hex61F695E4603Be15916
Octal63715113610607334113126
Binary11011111110100110111101000110011101111100001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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