Html Css Color HEX #142473 Midnight Blue

📋 copy color: '#142473'

red 20 ◦ green 36 ◦ blue 115

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

Shades of Midnight Blue #142473

Tints of Midnight Blue #142473

RGB

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

 GREEN value IS 36 (14.45% from 255) = 21.05%

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

R = 11.7%
G = 21.05%
B = 67.25%

CMYK

 C value IS 0.83

 M value IS 0.69

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#142473 (or 0x142473) is known color: Midnight Blue. HEX triplet: 14, 24 and 73. RGB value is (20,36,115). Sum of RGB (Red+Green+Blue) = 20+36+115=171 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.70% from 171); Green value is 36 (14.45% from 255 or 21.05% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #142473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142473 is #EBDB8C. Grayscale: #272727. Windows color (decimal): -15457165 or 7545876. OLE color: 7545876.

HSL color Cylindrical-coordinate representation of color #142473: hue angle of 229.89º 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 #142473 is Cyan = 0.83, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 36 115 -
CMYK 0.83 0.69 0 0.55
HSL 229.89º 0.7% 0.26% -
HSV(B) 229.89º 0.83% 0.45% -
XYZ 4.01 2.65 16.52 -
YUV 40.22 170.2 113.58 -
System Red Green Blue C M Y K H S L
Decimal 20 36 115 0.83 0.69 0 0.55 229.89 0.7 0.26
Hex 14 24 73 53 45 0 37 E6 46 1A
Octal 24 44 163 123 105 0 67 346 106 32
Binary 10100 100100 1110011 1010011 1000101 0 110111 11100110 1000110 11010

Color Harmonies of #142473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142473

Black with #142473

Text Example


Text Example

White with #142473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142473; }

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

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

background-color css

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

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

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

border-color css

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

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

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