#141F5C

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

Shades of Sapphire #141F5C

Tints of Sapphire #141F5C

Color information

#141F5C (or 0x141F5C) is unknown color: approx Sapphire. HEX triplet: 14, 1F and 5C. RGB value is (20,31,92). Sum of RGB (Red+Green+Blue) = 20+31+92=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 31 (12.5% from 255 or 21.68% from 143); Blue value is 92 (36.33% from 255 or 64.34% from 143); Max value from RGB is 92 - color contains mainly: blue. Hex color #141F5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F5C is #EBE0A3. Grayscale: #222222. Windows color (decimal): -15458468 or 6037268. OLE color: 6037268.

HSL color Cylindrical-coordinate representation of color #141F5C: hue angle of 230.83º degrees, saturation: 0.64, 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 #141F5C is Cyan = 0.78, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB203192-
CMYK0.780.6600.64
HSL230.83º64.29%21.96%-
HSV(B)230.83º78.26%36.08%-
XYZ2.711.910.35-
YUV34.66160.36117.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 31 (12.5% from 255) = 21.68%
BLUE value IS 92 (36.33% from 255) = 64.34%
R=13.99%
G=21.68%
B=64.34%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2031920.780.6600.64230.8364.2921.96
Hex141F5C4E42040e74016
Octal2437134116102010034710026
Binary10100111111011100100111010000100100000011100111100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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