Html Css Color HEX #141C7D Midnight Blue

📋 copy color: '#141C7D'

red 20 ◦ green 28 ◦ blue 125

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

Shades of Midnight Blue #141C7D

Tints of Midnight Blue #141C7D

RGB

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

 GREEN value IS 28 (11.33% from 255) = 16.18%

 BLUE value IS 125 (49.22% from 255) = 72.25%

R = 11.56%
G = 16.18%
B = 72.25%

CMYK

 C value IS 0.84

 M value IS 0.78

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#141C7D (or 0x141C7D) is known color: Midnight Blue. HEX triplet: 14, 1C and 7D. RGB value is (20,28,125). Sum of RGB (Red+Green+Blue) = 20+28+125=173 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.56% from 173); Green value is 28 (11.33% from 255 or 16.18% from 173); Blue value is 125 (49.22% from 255 or 72.25% from 173); Max value from RGB is 125 - color contains mainly: blue. Hex color #141C7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141C7D is #EBE382. Grayscale: #242424. Windows color (decimal): -15459203 or 8199188. OLE color: 8199188.

HSL color Cylindrical-coordinate representation of color #141C7D: hue angle of 235.43º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141C7D is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 28 125 -
CMYK 0.84 0.78 0 0.51
HSL 235.43º 0.72% 0.28% -
HSV(B) 235.43º 0.84% 0.49% -
XYZ 4.41 2.46 19.64 -
YUV 36.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 20 28 125 0.84 0.78 0 0.51 235.43 0.72 0.28
Hex 14 1C 7D 54 4E 0 33 EB 48 1C
Octal 24 34 175 124 116 0 63 353 110 34
Binary 10100 11100 1111101 1010100 1001110 0 110011 11101011 1001000 11100

Color Harmonies of #141C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141C7D

Black with #141C7D

Text Example


Text Example

White with #141C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141C7D; }

 p { color: rgb(20,28,125); }

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

background-color css

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

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

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

border-color css

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

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

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