Html Css Color HEX #141D75 Midnight Blue

📋 copy color: '#141D75'

red 20 ◦ green 29 ◦ blue 117

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

Shades of Midnight Blue #141D75

Tints of Midnight Blue #141D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 70.48%

R = 12.05%
G = 17.47%
B = 70.48%

CMYK

 C value IS 0.83

 M value IS 0.75

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141D75 (or 0x141D75) is known color: Midnight Blue. HEX triplet: 14, 1D and 75. RGB value is (20,29,117). Sum of RGB (Red+Green+Blue) = 20+29+117=166 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.05% from 166); Green value is 29 (11.72% from 255 or 17.47% from 166); Blue value is 117 (46.09% from 255 or 70.48% from 166); Max value from RGB is 117 - color contains mainly: blue. Hex color #141D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141D75 is #EBE28A. Grayscale: #232323. Windows color (decimal): -15458955 or 7675156. OLE color: 7675156.

HSL color Cylindrical-coordinate representation of color #141D75: hue angle of 234.43º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #141D75 is Cyan = 0.83, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 29 117 -
CMYK 0.83 0.75 0 0.54
HSL 234.43º 0.71% 0.27% -
HSV(B) 234.43º 0.83% 0.46% -
XYZ 3.94 2.31 17.07 -
YUV 36.34 173.52 116.34 -
System Red Green Blue C M Y K H S L
Decimal 20 29 117 0.83 0.75 0 0.54 234.43 0.71 0.27
Hex 14 1D 75 53 4B 0 36 EA 47 1B
Octal 24 35 165 123 113 0 66 352 107 33
Binary 10100 11101 1110101 1010011 1001011 0 110110 11101010 1000111 11011

Color Harmonies of #141D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141D75

Black with #141D75

Text Example


Text Example

White with #141D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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