#141D57

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

Shades of Sapphire #141D57

Tints of Sapphire #141D57

Color information

#141D57 (or 0x141D57) is unknown color: approx Sapphire. HEX triplet: 14, 1D and 57. RGB value is (20,29,87). Sum of RGB (Red+Green+Blue) = 20+29+87=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 29 (11.72% from 255 or 21.32% from 136); Blue value is 87 (34.38% from 255 or 63.97% from 136); Max value from RGB is 87 - color contains mainly: blue. Hex color #141D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D57 is #EBE2A8. Grayscale: #202020. Windows color (decimal): -15458985 or 5709076. OLE color: 5709076.

HSL color Cylindrical-coordinate representation of color #141D57: hue angle of 231.94º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141D57 is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB202987-
CMYK0.770.6700.66
HSL231.94º62.62%20.98%-
HSV(B)231.94º77.01%34.12%-
XYZ2.451.729.22-
YUV32.92158.52118.78-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.71%
GREEN value IS 29 (11.72% from 255) = 21.32%
BLUE value IS 87 (34.38% from 255) = 63.97%
R=14.71%
G=21.32%
B=63.97%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2029870.770.6700.66231.9462.6220.98
Hex141D574D43042e83f15
Octal243512711510301023507725
Binary1010011101101011110011011000011010000101110100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,29,87); }

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

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

 a { background-color: rgb(20,29,87); }

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

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

 span { border-color: rgb(20,29,87); }

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