#141958

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

Shades of Midnight Blue #141958

Tints of Midnight Blue #141958

Color information

#141958 (or 0x141958) is unknown color: approx Midnight Blue. HEX triplet: 14, 19 and 58. RGB value is (20,25,88). Sum of RGB (Red+Green+Blue) = 20+25+88=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 25 (10.16% from 255 or 18.80% from 133); Blue value is 88 (34.77% from 255 or 66.17% from 133); Max value from RGB is 88 - color contains mainly: blue. Hex color #141958 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141958 is #EBE6A7. Grayscale: #1E1E1E. Windows color (decimal): -15460008 or 5773588. OLE color: 5773588.

HSL color Cylindrical-coordinate representation of color #141958: hue angle of 235.59º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141958 is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB202588-
CMYK0.770.7200.65
HSL235.59º62.96%21.18%-
HSV(B)235.59º77.27%34.51%-
XYZ2.41.559.41-
YUV30.69160.34120.38-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 15.04%
GREEN value IS 25 (10.16% from 255) = 18.80%
BLUE value IS 88 (34.77% from 255) = 66.17%
R=15.04%
G=18.80%
B=66.17%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2025880.770.7200.65235.5962.9621.18
Hex1419584D48041ec3f15
Octal243113011511001013547725
Binary1010011001101100010011011001000010000011110110011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141958; }

 p { color: rgb(20,25,88); }

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

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

 a { background-color: rgb(20,25,88); }

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

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

 span { border-color: rgb(20,25,88); }

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