#141B61

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

Shades of Midnight Blue #141B61

Tints of Midnight Blue #141B61

Color information

#141B61 (or 0x141B61) is unknown color: approx Midnight Blue. HEX triplet: 14, 1B and 61. RGB value is (20,27,97). Sum of RGB (Red+Green+Blue) = 20+27+97=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 27 (10.94% from 255 or 18.75% from 144); Blue value is 97 (38.28% from 255 or 67.36% from 144); Max value from RGB is 97 - color contains mainly: blue. Hex color #141B61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B61 is #EBE49E. Grayscale: #202020. Windows color (decimal): -15459487 or 6363924. OLE color: 6363924.

HSL color Cylindrical-coordinate representation of color #141B61: hue angle of 234.55º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141B61 is Cyan = 0.79, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB202797-
CMYK0.790.7200.62
HSL234.55º65.81%22.94%-
HSV(B)234.55º79.38%38.04%-
XYZ2.841.811.51-
YUV32.89164.18118.81-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 13.89%
GREEN value IS 27 (10.94% from 255) = 18.75%
BLUE value IS 97 (38.28% from 255) = 67.36%
R=13.89%
G=18.75%
B=67.36%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2027970.790.7200.62234.5565.8122.94
Hex141B614F4803Eeb4217
Octal243314111711007635310227
Binary1010011011110000110011111001000011111011101011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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