#141B58

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

Shades of Midnight Blue #141B58

Tints of Midnight Blue #141B58

Color information

#141B58 (or 0x141B58) is unknown color: approx Midnight Blue. HEX triplet: 14, 1B and 58. RGB value is (20,27,88). Sum of RGB (Red+Green+Blue) = 20+27+88=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 27 (10.94% from 255 or 20% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #141B58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B58 is #EBE4A7. Grayscale: #1F1F1F. Windows color (decimal): -15459496 or 5774100. OLE color: 5774100.

HSL color Cylindrical-coordinate representation of color #141B58: hue angle of 233.82º 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 #141B58 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB202788-
CMYK0.770.6900.65
HSL233.82º62.96%21.18%-
HSV(B)233.82º77.27%34.51%-
XYZ2.441.649.42-
YUV31.86159.68119.54-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 14.81%
GREEN value IS 27 (10.94% from 255) = 20%
BLUE value IS 88 (34.77% from 255) = 65.19%
R=14.81%
G=20%
B=65.19%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2027880.770.6900.65233.8262.9621.18
Hex141B584D45041ea3f15
Octal243313011510501013527725
Binary1010011011101100010011011000101010000011110101011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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