Html Css Color HEX #141270 Midnight Blue

📋 copy color: '#141270'

red 20 ◦ green 18 ◦ blue 112

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

Shades of Midnight Blue #141270

Tints of Midnight Blue #141270

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12%

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

R = 13.33%
G = 12%
B = 74.67%

CMYK

 C value IS 0.82

 M value IS 0.84

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#141270 (or 0x141270) is known color: Midnight Blue. HEX triplet: 14, 12 and 70. RGB value is (20,18,112). Sum of RGB (Red+Green+Blue) = 20+18+112=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 112 (44.14% from 255 or 74.67% from 150); Max value from RGB is 112 - color contains mainly: blue. Hex color #141270 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141270 is #EBED8F. Grayscale: #1C1C1C. Windows color (decimal): -15461776 or 7344660. OLE color: 7344660.

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

Color convert

RGB 20 18 112 -
CMYK 0.82 0.84 0 0.56
HSL 241.28º 0.72% 0.25% -
HSV(B) 241.28º 0.84% 0.44% -
XYZ 3.43 1.75 15.49 -
YUV 29.31 174.66 121.36 -
System Red Green Blue C M Y K H S L
Decimal 20 18 112 0.82 0.84 0 0.56 241.28 0.72 0.25
Hex 14 12 70 52 54 0 38 F1 48 19
Octal 24 22 160 122 124 0 70 361 110 31
Binary 10100 10010 1110000 1010010 1010100 0 111000 11110001 1001000 11001

Color Harmonies of #141270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141270

Black with #141270

Text Example


Text Example

White with #141270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141270; }

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

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

background-color css

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

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

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

border-color css

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

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

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