Html Css Color HEX #141770 Midnight Blue

📋 copy color: '#141770'

red 20 ◦ green 23 ◦ blue 112

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

Shades of Midnight Blue #141770

Tints of Midnight Blue #141770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 72.26%

R = 12.9%
G = 14.84%
B = 72.26%

CMYK

 C value IS 0.82

 M value IS 0.79

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#141770 (or 0x141770) is known color: Midnight Blue. HEX triplet: 14, 17 and 70. RGB value is (20,23,112). Sum of RGB (Red+Green+Blue) = 20+23+112=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 23 (9.38% from 255 or 14.84% from 155); Blue value is 112 (44.14% from 255 or 72.26% from 155); Max value from RGB is 112 - color contains mainly: blue. Hex color #141770 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141770 is #EBE88F. Grayscale: #1F1F1F. Windows color (decimal): -15460496 or 7345940. OLE color: 7345940.

HSL color Cylindrical-coordinate representation of color #141770: hue angle of 238.04º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #141770 is Cyan = 0.82, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 23 112 -
CMYK 0.82 0.79 0 0.56
HSL 238.04º 0.7% 0.26% -
HSV(B) 238.04º 0.82% 0.44% -
XYZ 3.52 1.93 15.52 -
YUV 32.25 173.01 119.26 -
System Red Green Blue C M Y K H S L
Decimal 20 23 112 0.82 0.79 0 0.56 238.04 0.7 0.26
Hex 14 17 70 52 4F 0 38 EE 46 1A
Octal 24 27 160 122 117 0 70 356 106 32
Binary 10100 10111 1110000 1010010 1001111 0 111000 11101110 1000110 11010

Color Harmonies of #141770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141770

Black with #141770

Text Example


Text Example

White with #141770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141770; }

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

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

background-color css

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

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

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

border-color css

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

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

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