#061F6E

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

Shades of Sapphire #061F6E

Tints of Sapphire #061F6E

Color information

#061F6E (or 0x061F6E) is unknown color: approx Sapphire. HEX triplet: 06, 1F and 6E. RGB value is (6,31,110). Sum of RGB (Red+Green+Blue) = 6+31+110=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 31 (12.5% from 255 or 21.09% from 147); Blue value is 110 (43.36% from 255 or 74.83% from 147); Max value from RGB is 110 - color contains mainly: blue. Hex color #061F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #061F6E is #F9E091. Grayscale: #202020. Windows color (decimal): -16375954 or 7216902. OLE color: 7216902.

HSL color Cylindrical-coordinate representation of color #061F6E: hue angle of 225.58º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #061F6E is Cyan = 0.95, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB631110-
CMYK0.950.7200.57
HSL225.58º89.66%22.75%-
HSV(B)225.58º94.55%43.14%-
XYZ3.382.1414.99-
YUV32.53171.72109.08-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 31 (12.5% from 255) = 21.09%
BLUE value IS 110 (43.36% from 255) = 74.83%
R=4.08%
G=21.09%
B=74.83%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal6311100.950.7200.57225.5889.6622.75
Hex61F6E5F48039e25a17
Octal63715613711007134213227
Binary11011111110111010111111001000011100111100010101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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