Html Css Color HEX #141C59 Midnight Blue

📋 copy color: '#141C59'

red 20 ◦ green 28 ◦ blue 89

#141C59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Blue #141C59

Tints of Midnight Blue #141C59

RGB

 RED value IS 20 (8.2% from 255) = 14.6%

 GREEN value IS 28 (11.33% from 255) = 20.44%

 BLUE value IS 89 (35.16% from 255) = 64.96%

R = 14.6%
G = 20.44%
B = 64.96%

CMYK

 C value IS 0.78

 M value IS 0.69

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#141C59 (or 0x141C59) is known color: Midnight Blue. HEX triplet: 14, 1C and 59. RGB value is (20,28,89). Sum of RGB (Red+Green+Blue) = 20+28+89=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 28 (11.33% from 255 or 20.44% from 137); Blue value is 89 (35.16% from 255 or 64.96% from 137); Max value from RGB is 89 - color contains mainly: blue. Hex color #141C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C59 is #EBE3A6. Grayscale: #202020. Windows color (decimal): -15459239 or 5839892. OLE color: 5839892.

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

Color convert

RGB 20 28 89 -
CMYK 0.78 0.69 0 0.65
HSL 233.04º 0.63% 0.21% -
HSV(B) 233.04º 0.78% 0.35% -
XYZ 2.51 1.7 9.65 -
YUV 32.56 159.85 119.04 -
System Red Green Blue C M Y K H S L
Decimal 20 28 89 0.78 0.69 0 0.65 233.04 0.63 0.21
Hex 14 1C 59 4E 45 0 41 E9 3F 15
Octal 24 34 131 116 105 0 101 351 77 25
Binary 10100 11100 1011001 1001110 1000101 0 1000001 11101001 111111 10101

Color Harmonies of #141C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C59

Black with #141C59

Text Example


Text Example

White with #141C59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,28,89); }

 H1.HeaderClassName
 {
   color: #141C59;
 }
 .AnyTagClassName
 {
   color: #141C59;
 }
</style>

background-color css

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

 a { background-color: rgb(20,28,89); }

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

border-color css

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

 span { border-color: rgb(20,28,89); }

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