Html Css Color HEX #141257 Midnight Blue

📋 copy color: '#141257'

red 20 ◦ green 18 ◦ blue 87

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

Shades of Midnight Blue #141257

Tints of Midnight Blue #141257

RGB

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

 GREEN value IS 18 (7.42% from 255) = 14.4%

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

R = 16%
G = 14.4%
B = 69.6%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#141257 (or 0x141257) is known color: Midnight Blue. HEX triplet: 14, 12 and 57. RGB value is (20,18,87). Sum of RGB (Red+Green+Blue) = 20+18+87=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 18 (7.42% from 255 or 14.4% from 125); Blue value is 87 (34.38% from 255 or 69.6% from 125); Max value from RGB is 87 - color contains mainly: blue. Hex color #141257 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141257 is #EBEDA8. Grayscale: #1A1A1A. Windows color (decimal): -15461801 or 5706260. OLE color: 5706260.

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

Color convert

RGB 20 18 87 -
CMYK 0.77 0.79 0 0.66
HSL 241.74º 0.66% 0.21% -
HSV(B) 241.74º 0.79% 0.34% -
XYZ 2.23 1.27 9.14 -
YUV 26.46 162.16 123.39 -
System Red Green Blue C M Y K H S L
Decimal 20 18 87 0.77 0.79 0 0.66 241.74 0.66 0.21
Hex 14 12 57 4D 4F 0 42 F2 42 15
Octal 24 22 127 115 117 0 102 362 102 25
Binary 10100 10010 1010111 1001101 1001111 0 1000010 11110010 1000010 10101

Color Harmonies of #141257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141257

Black with #141257

Text Example


Text Example

White with #141257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141257; }

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

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

background-color css

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

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

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

border-color css

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

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

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