Html Css Color HEX #141D6A Midnight Blue

📋 copy color: '#141D6A'

red 20 ◦ green 29 ◦ blue 106

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

Shades of Midnight Blue #141D6A

Tints of Midnight Blue #141D6A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 18.71%

 BLUE value IS 106 (41.8% from 255) = 68.39%

R = 12.9%
G = 18.71%
B = 68.39%

CMYK

 C value IS 0.81

 M value IS 0.73

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#141D6A (or 0x141D6A) is known color: Midnight Blue. HEX triplet: 14, 1D and 6A. RGB value is (20,29,106). Sum of RGB (Red+Green+Blue) = 20+29+106=155 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.90% from 155); Green value is 29 (11.72% from 255 or 18.71% from 155); Blue value is 106 (41.80% from 255 or 68.39% from 155); Max value from RGB is 106 - color contains mainly: blue. Hex color #141D6A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D6A is #EBE295. Grayscale: #222222. Windows color (decimal): -15458966 or 6954260. OLE color: 6954260.

HSL color Cylindrical-coordinate representation of color #141D6A: hue angle of 233.72º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141D6A is Cyan = 0.81, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 20 29 106 -
CMYK 0.81 0.73 0 0.58
HSL 233.72º 0.68% 0.25% -
HSV(B) 233.72º 0.81% 0.42% -
XYZ 3.33 2.07 13.86 -
YUV 35.09 168.02 117.24 -
System Red Green Blue C M Y K H S L
Decimal 20 29 106 0.81 0.73 0 0.58 233.72 0.68 0.25
Hex 14 1D 6A 51 49 0 3A EA 44 19
Octal 24 35 152 121 111 0 72 352 104 31
Binary 10100 11101 1101010 1010001 1001001 0 111010 11101010 1000100 11001

Color Harmonies of #141D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D6A

Black with #141D6A

Text Example


Text Example

White with #141D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,29,106); }

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

background-color css

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

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

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

border-color css

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

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

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