#141E5D

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

Shades of Sapphire #141E5D

Tints of Sapphire #141E5D

Color information

#141E5D (or 0x141E5D) is unknown color: approx Sapphire. HEX triplet: 14, 1E and 5D. RGB value is (20,30,93). Sum of RGB (Red+Green+Blue) = 20+30+93=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 30 (12.11% from 255 or 20.98% from 143); Blue value is 93 (36.72% from 255 or 65.03% from 143); Max value from RGB is 93 - color contains mainly: blue. Hex color #141E5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E5D is #EBE1A2. Grayscale: #212121. Windows color (decimal): -15458723 or 6102548. OLE color: 6102548.

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

Color convert

RGB203093-
CMYK0.780.6800.64
HSL231.78º64.6%22.16%-
HSV(B)231.78º78.49%36.47%-
XYZ2.731.8710.57-
YUV34.19161.19117.88-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.99%
GREEN value IS 30 (12.11% from 255) = 20.98%
BLUE value IS 93 (36.72% from 255) = 65.03%
R=13.99%
G=20.98%
B=65.03%

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
Decimal2030930.780.6800.64231.7864.622.16
Hex141E5D4E44040e84116
Octal2436135116104010035010126
Binary10100111101011101100111010001000100000011101000100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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