Html Css Color HEX #141957 Midnight Blue

📋 copy color: '#141957'

red 20 ◦ green 25 ◦ blue 87

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

Shades of Midnight Blue #141957

Tints of Midnight Blue #141957

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.94%

 BLUE value IS 87 (34.38% from 255) = 65.91%

R = 15.15%
G = 18.94%
B = 65.91%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#141957 (or 0x141957) is known color: Midnight Blue. HEX triplet: 14, 19 and 57. RGB value is (20,25,87). Sum of RGB (Red+Green+Blue) = 20+25+87=132 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.15% from 132); Green value is 25 (10.16% from 255 or 18.94% from 132); Blue value is 87 (34.38% from 255 or 65.91% from 132); Max value from RGB is 87 - color contains mainly: blue. Hex color #141957 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141957 is #EBE6A8. Grayscale: #1E1E1E. Windows color (decimal): -15460009 or 5708052. OLE color: 5708052.

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

Color convert

RGB 20 25 87 -
CMYK 0.77 0.71 0 0.66
HSL 235.52º 0.63% 0.21% -
HSV(B) 235.52º 0.77% 0.34% -
XYZ 2.36 1.53 9.19 -
YUV 30.57 159.84 120.46 -
System Red Green Blue C M Y K H S L
Decimal 20 25 87 0.77 0.71 0 0.66 235.52 0.63 0.21
Hex 14 19 57 4D 47 0 42 EC 3F 15
Octal 24 31 127 115 107 0 102 354 77 25
Binary 10100 11001 1010111 1001101 1000111 0 1000010 11101100 111111 10101

Color Harmonies of #141957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141957

Black with #141957

Text Example


Text Example

White with #141957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141957; }

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

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

background-color css

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

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

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

border-color css

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

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

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