#141D5B

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

Shades of Sapphire #141D5B

Tints of Sapphire #141D5B

Color information

#141D5B (or 0x141D5B) is unknown color: approx Sapphire. HEX triplet: 14, 1D and 5B. RGB value is (20,29,91). Sum of RGB (Red+Green+Blue) = 20+29+91=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 29 (11.72% from 255 or 20.71% from 140); Blue value is 91 (35.94% from 255 or 65% from 140); Max value from RGB is 91 - color contains mainly: blue. Hex color #141D5B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D5B is #EBE2A4. Grayscale: #212121. Windows color (decimal): -15458981 or 5971220. OLE color: 5971220.

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

Color convert

RGB202991-
CMYK0.780.6800.64
HSL232.39º63.96%21.76%-
HSV(B)232.39º78.02%35.69%-
XYZ2.621.7810.1-
YUV33.38160.52118.46-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.29%
GREEN value IS 29 (11.72% from 255) = 20.71%
BLUE value IS 91 (35.94% from 255) = 65%
R=14.29%
G=20.71%
B=65%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2029910.780.6800.64232.3963.9621.76
Hex141D5B4E44040e84016
Octal2435133116104010035010026
Binary10100111011011011100111010001000100000011101000100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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