#141F5D

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

Shades of Sapphire #141F5D

Tints of Sapphire #141F5D

Color information

#141F5D (or 0x141F5D) is unknown color: approx Sapphire. HEX triplet: 14, 1F and 5D. RGB value is (20,31,93). Sum of RGB (Red+Green+Blue) = 20+31+93=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 31 (12.5% from 255 or 21.53% from 144); Blue value is 93 (36.72% from 255 or 64.58% from 144); Max value from RGB is 93 - color contains mainly: blue. Hex color #141F5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F5D is #EBE0A2. Grayscale: #222222. Windows color (decimal): -15458467 or 6102804. OLE color: 6102804.

HSL color Cylindrical-coordinate representation of color #141F5D: hue angle of 230.96º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #141F5D is Cyan = 0.78, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB203193-
CMYK0.780.6700.64
HSL230.96º64.6%22.16%-
HSV(B)230.96º78.49%36.47%-
XYZ2.751.9210.58-
YUV34.78160.86117.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 31 (12.5% from 255) = 21.53%
BLUE value IS 93 (36.72% from 255) = 64.58%
R=13.89%
G=21.53%
B=64.58%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2031930.780.6700.64230.9664.622.16
Hex141F5D4E43040e74116
Octal2437135116103010034710126
Binary10100111111011101100111010000110100000011100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141F5D; }

 p { color: rgb(20,31,93); }

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

<style>
 a { background-color: #141F5D; }

 a { background-color: rgb(20,31,93); }

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

<style>
 span { border-color: #141F5D; }

 span { border-color: rgb(20,31,93); }

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