Html Css Color HEX #141D63 Midnight Blue

📋 copy color: '#141D63'

red 20 ◦ green 29 ◦ blue 99

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

Shades of Midnight Blue #141D63

Tints of Midnight Blue #141D63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 66.89%

R = 13.51%
G = 19.59%
B = 66.89%

CMYK

 C value IS 0.80

 M value IS 0.71

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#141D63 (or 0x141D63) is known color: Midnight Blue. HEX triplet: 14, 1D and 63. RGB value is (20,29,99). Sum of RGB (Red+Green+Blue) = 20+29+99=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 29 (11.72% from 255 or 19.59% from 148); Blue value is 99 (39.06% from 255 or 66.89% from 148); Max value from RGB is 99 - color contains mainly: blue. Hex color #141D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D63 is #EBE29C. Grayscale: #222222. Windows color (decimal): -15458973 or 6495508. OLE color: 6495508.

HSL color Cylindrical-coordinate representation of color #141D63: hue angle of 233.16º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #141D63 is Cyan = 0.80, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 20 29 99 -
CMYK 0.80 0.71 0 0.61
HSL 233.16º 0.66% 0.23% -
HSV(B) 233.16º 0.8% 0.39% -
XYZ 2.98 1.93 12.02 -
YUV 34.29 164.52 117.81 -
System Red Green Blue C M Y K H S L
Decimal 20 29 99 0.80 0.71 0 0.61 233.16 0.66 0.23
Hex 14 1D 63 50 47 0 3D E9 42 17
Octal 24 35 143 120 107 0 75 351 102 27
Binary 10100 11101 1100011 1010000 1000111 0 111101 11101001 1000010 10111

Color Harmonies of #141D63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D63

Black with #141D63

Text Example


Text Example

White with #141D63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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