Html Css Color HEX #142373 Midnight Blue

📋 copy color: '#142373'

red 20 ◦ green 35 ◦ blue 115

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

Shades of Midnight Blue #142373

Tints of Midnight Blue #142373

RGB

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

 GREEN value IS 35 (14.06% from 255) = 20.59%

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

R = 11.76%
G = 20.59%
B = 67.65%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#142373 (or 0x142373) is known color: Midnight Blue. HEX triplet: 14, 23 and 73. RGB value is (20,35,115). Sum of RGB (Red+Green+Blue) = 20+35+115=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #142373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142373 is #EBDC8C. Grayscale: #272727. Windows color (decimal): -15457421 or 7545620. OLE color: 7545620.

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

Color convert

RGB 20 35 115 -
CMYK 0.83 0.70 0 0.55
HSL 230.53º 0.7% 0.26% -
HSV(B) 230.53º 0.83% 0.45% -
XYZ 3.98 2.59 16.51 -
YUV 39.64 170.53 114 -
System Red Green Blue C M Y K H S L
Decimal 20 35 115 0.83 0.70 0 0.55 230.53 0.7 0.26
Hex 14 23 73 53 46 0 37 E7 46 1A
Octal 24 43 163 123 106 0 67 347 106 32
Binary 10100 100011 1110011 1010011 1000110 0 110111 11100111 1000110 11010

Color Harmonies of #142373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #142373

Black with #142373

Text Example


Text Example

White with #142373

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #142373; }

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

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

background-color css

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

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

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

border-color css

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

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

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