Html Css Color HEX #141B7D Midnight Blue

📋 copy color: '#141B7D'

red 20 ◦ green 27 ◦ blue 125

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

Shades of Midnight Blue #141B7D

Tints of Midnight Blue #141B7D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 15.7%

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

R = 11.63%
G = 15.7%
B = 72.67%

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

#141B7D (or 0x141B7D) is known color: Midnight Blue. HEX triplet: 14, 1B and 7D. RGB value is (20,27,125). Sum of RGB (Red+Green+Blue) = 20+27+125=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 125 (49.22% from 255 or 72.67% from 172); Max value from RGB is 125 - color contains mainly: blue. Hex color #141B7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141B7D is #EBE482. Grayscale: #232323. Windows color (decimal): -15459459 or 8198932. OLE color: 8198932.

HSL color Cylindrical-coordinate representation of color #141B7D: hue angle of 236º 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 #141B7D is Cyan = 0.84, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 27 125 -
CMYK 0.84 0.78 0 0.51
HSL 236º 0.72% 0.28% -
HSV(B) 236º 0.84% 0.49% -
XYZ 4.38 2.41 19.64 -
YUV 36.08 178.18 116.53 -
System Red Green Blue C M Y K H S L
Decimal 20 27 125 0.84 0.78 0 0.51 236 0.72 0.28
Hex 14 1B 7D 54 4E 0 33 EC 48 1C
Octal 24 33 175 124 116 0 63 354 110 34
Binary 10100 11011 1111101 1010100 1001110 0 110011 11101100 1001000 11100

Color Harmonies of #141B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141B7D

Black with #141B7D

Text Example


Text Example

White with #141B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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