#141F54

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

Shades of Sapphire #141F54

Tints of Sapphire #141F54

Color information

#141F54 (or 0x141F54) is unknown color: approx Sapphire. HEX triplet: 14, 1F and 54. RGB value is (20,31,84). Sum of RGB (Red+Green+Blue) = 20+31+84=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 31 (12.5% from 255 or 22.96% from 135); Blue value is 84 (33.20% from 255 or 62.22% from 135); Max value from RGB is 84 - color contains mainly: blue. Hex color #141F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F54 is #EBE0AB. Grayscale: #212121. Windows color (decimal): -15458476 or 5512980. OLE color: 5512980.

HSL color Cylindrical-coordinate representation of color #141F54: hue angle of 229.69º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #141F54 is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB203184-
CMYK0.760.6300.67
HSL229.69º61.54%20.39%-
HSV(B)229.69º76.19%32.94%-
XYZ2.381.778.6-
YUV33.75156.36118.19-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 31 (12.5% from 255) = 22.96%
BLUE value IS 84 (33.20% from 255) = 62.22%
R=14.81%
G=22.96%
B=62.22%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2031840.760.6300.67229.6961.5420.39
Hex141F544C3F043e63e14
Octal24371241147701033467624
Binary101001111110101001001100111111010000111110011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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