#141855

Color #141855 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #141855

Tints of Midnight Blue #141855

Color information

#141855 (or 0x141855) is unknown color: approx Midnight Blue. HEX triplet: 14, 18 and 55. RGB value is (20,24,85). Sum of RGB (Red+Green+Blue) = 20+24+85=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 85 (33.59% from 255 or 65.89% from 129); Max value from RGB is 85 - color contains mainly: blue. Hex color #141855 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141855 is #EBE7AA. Grayscale: #1D1D1D. Windows color (decimal): -15460267 or 5576724. OLE color: 5576724.

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

Color convert

RGB202485-
CMYK0.760.7200.67
HSL236.31º61.9%20.59%-
HSV(B)236.31º76.47%33.33%-
XYZ2.251.468.76-
YUV29.76159.17121.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.50%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 85 (33.59% from 255) = 65.89%
R=15.50%
G=18.60%
B=65.89%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2024850.760.7200.67236.3161.920.59
Hex1418554C48043ec3e15
Octal243012511411001033547625
Binary1010011000101010110011001001000010000111110110011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141855

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141855; }

 p { color: rgb(20,24,85); }

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

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

 a { background-color: rgb(20,24,85); }

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

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

 span { border-color: rgb(20,24,85); }

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