Html Css Color HEX #141673 Midnight Blue

📋 copy color: '#141673'

red 20 ◦ green 22 ◦ blue 115

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

Shades of Midnight Blue #141673

Tints of Midnight Blue #141673

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.01%

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

R = 12.74%
G = 14.01%
B = 73.25%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#141673 (or 0x141673) is known color: Midnight Blue. HEX triplet: 14, 16 and 73. RGB value is (20,22,115). Sum of RGB (Red+Green+Blue) = 20+22+115=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 22 (8.98% from 255 or 14.01% from 157); Blue value is 115 (45.31% from 255 or 73.25% from 157); Max value from RGB is 115 - color contains mainly: blue. Hex color #141673 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141673 is #EBE98C. Grayscale: #1F1F1F. Windows color (decimal): -15460749 or 7542292. OLE color: 7542292.

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

Color convert

RGB 20 22 115 -
CMYK 0.83 0.81 0 0.55
HSL 238.74º 0.7% 0.26% -
HSV(B) 238.74º 0.83% 0.45% -
XYZ 3.67 1.96 16.4 -
YUV 32 174.84 119.44 -
System Red Green Blue C M Y K H S L
Decimal 20 22 115 0.83 0.81 0 0.55 238.74 0.7 0.26
Hex 14 16 73 53 51 0 37 EF 46 1A
Octal 24 26 163 123 121 0 67 357 106 32
Binary 10100 10110 1110011 1010011 1010001 0 110111 11101111 1000110 11010

Color Harmonies of #141673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141673

Black with #141673

Text Example


Text Example

White with #141673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141673; }

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

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

background-color css

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

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

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

border-color css

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

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

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