Html Css Color HEX #141768 Midnight Blue

📋 copy color: '#141768'

red 20 ◦ green 23 ◦ blue 104

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

Shades of Midnight Blue #141768

Tints of Midnight Blue #141768

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.65%

 BLUE value IS 104 (41.02% from 255) = 70.75%

R = 13.61%
G = 15.65%
B = 70.75%

CMYK

 C value IS 0.81

 M value IS 0.78

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#141768 (or 0x141768) is known color: Midnight Blue. HEX triplet: 14, 17 and 68. RGB value is (20,23,104). Sum of RGB (Red+Green+Blue) = 20+23+104=147 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.61% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 104 (41.02% from 255 or 70.75% from 147); Max value from RGB is 104 - color contains mainly: blue. Hex color #141768 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141768 is #EBE897. Grayscale: #1F1F1F. Windows color (decimal): -15460504 or 6821652. OLE color: 6821652.

HSL color Cylindrical-coordinate representation of color #141768: hue angle of 237.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141768 is Cyan = 0.81, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 23 104 -
CMYK 0.81 0.78 0 0.59
HSL 237.86º 0.68% 0.24% -
HSV(B) 237.86º 0.81% 0.41% -
XYZ 3.09 1.76 13.27 -
YUV 31.34 169.01 119.91 -
System Red Green Blue C M Y K H S L
Decimal 20 23 104 0.81 0.78 0 0.59 237.86 0.68 0.24
Hex 14 17 68 51 4E 0 3B EE 44 18
Octal 24 27 150 121 116 0 73 356 104 30
Binary 10100 10111 1101000 1010001 1001110 0 111011 11101110 1000100 11000

Color Harmonies of #141768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141768

Black with #141768

Text Example


Text Example

White with #141768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141768; }

 p { color: rgb(20,23,104); }

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

background-color css

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

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

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

border-color css

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

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

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