Html Css Color HEX #141471 Midnight Blue

📋 copy color: '#141471'

red 20 ◦ green 20 ◦ blue 113

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

Shades of Midnight Blue #141471

Tints of Midnight Blue #141471

RGB

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

 GREEN value IS 20 (8.2% from 255) = 13.07%

 BLUE value IS 113 (44.53% from 255) = 73.86%

R = 13.07%
G = 13.07%
B = 73.86%

CMYK

 C value IS 0.82

 M value IS 0.82

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#141471 (or 0x141471) is known color: Midnight Blue. HEX triplet: 14, 14 and 71. RGB value is (20,20,113). Sum of RGB (Red+Green+Blue) = 20+20+113=153 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.07% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 113 (44.53% from 255 or 73.86% from 153); Max value from RGB is 113 - color contains mainly: blue. Hex color #141471 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141471 is #EBEB8E. Grayscale: #1E1E1E. Windows color (decimal): -15461263 or 7410708. OLE color: 7410708.

HSL color Cylindrical-coordinate representation of color #141471: hue angle of 240º 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 #141471 is Cyan = 0.82, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 20 113 -
CMYK 0.82 0.82 0 0.56
HSL 240º 0.7% 0.26% -
HSV(B) 240º 0.82% 0.44% -
XYZ 3.52 1.84 15.79 -
YUV 30.6 174.5 120.44 -
System Red Green Blue C M Y K H S L
Decimal 20 20 113 0.82 0.82 0 0.56 240 0.7 0.26
Hex 14 14 71 52 52 0 38 F0 46 1A
Octal 24 24 161 122 122 0 70 360 106 32
Binary 10100 10100 1110001 1010010 1010010 0 111000 11110000 1000110 11010

Color Harmonies of #141471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141471

Black with #141471

Text Example


Text Example

White with #141471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141471; }

 p { color: rgb(20,20,113); }

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

background-color css

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

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

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

border-color css

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

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

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