Html Css Color HEX #141473 Midnight Blue

📋 copy color: '#141473'

red 20 ◦ green 20 ◦ blue 115

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

Shades of Midnight Blue #141473

Tints of Midnight Blue #141473

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 115 (45.31% from 255) = 74.19%

R = 12.9%
G = 12.9%
B = 74.19%

CMYK

 C value IS 0.83

 M value IS 0.83

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#141473 (or 0x141473) is known color: Midnight Blue. HEX triplet: 14, 14 and 73. RGB value is (20,20,115). Sum of RGB (Red+Green+Blue) = 20+20+115=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 115 (45.31% from 255 or 74.19% from 155); Max value from RGB is 115 - color contains mainly: blue. Hex color #141473 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141473 is #EBEB8C. Grayscale: #1E1E1E. Windows color (decimal): -15461261 or 7541780. OLE color: 7541780.

HSL color Cylindrical-coordinate representation of color #141473: hue angle of 240º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141473 is Cyan = 0.83, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 20 115 -
CMYK 0.83 0.83 0 0.55
HSL 240º 0.7% 0.26% -
HSV(B) 240º 0.83% 0.45% -
XYZ 3.63 1.89 16.39 -
YUV 30.83 175.5 120.28 -
System Red Green Blue C M Y K H S L
Decimal 20 20 115 0.83 0.83 0 0.55 240 0.7 0.26
Hex 14 14 73 53 53 0 37 F0 46 1A
Octal 24 24 163 123 123 0 67 360 106 32
Binary 10100 10100 1110011 1010011 1010011 0 110111 11110000 1000110 11010

Color Harmonies of #141473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141473

Black with #141473

Text Example


Text Example

White with #141473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141473; }

 p { color: rgb(20,20,115); }

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

background-color css

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

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

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

border-color css

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

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

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