Html Css Color HEX #141E75 Midnight Blue

📋 copy color: '#141E75'

red 20 ◦ green 30 ◦ blue 117

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

Shades of Midnight Blue #141E75

Tints of Midnight Blue #141E75

RGB

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

 GREEN value IS 30 (12.11% from 255) = 17.96%

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

R = 11.98%
G = 17.96%
B = 70.06%

CMYK

 C value IS 0.83

 M value IS 0.74

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#141E75 (or 0x141E75) is known color: Midnight Blue. HEX triplet: 14, 1E and 75. RGB value is (20,30,117). Sum of RGB (Red+Green+Blue) = 20+30+117=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 30 (12.11% from 255 or 17.96% from 167); Blue value is 117 (46.09% from 255 or 70.06% from 167); Max value from RGB is 117 - color contains mainly: blue. Hex color #141E75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141E75 is #EBE18A. Grayscale: #242424. Windows color (decimal): -15458699 or 7675412. OLE color: 7675412.

HSL color Cylindrical-coordinate representation of color #141E75: hue angle of 233.81º 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 #141E75 is Cyan = 0.83, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 30 117 -
CMYK 0.83 0.74 0 0.54
HSL 233.81º 0.71% 0.27% -
HSV(B) 233.81º 0.83% 0.46% -
XYZ 3.96 2.36 17.08 -
YUV 36.93 173.19 115.93 -
System Red Green Blue C M Y K H S L
Decimal 20 30 117 0.83 0.74 0 0.54 233.81 0.71 0.27
Hex 14 1E 75 53 4A 0 36 EA 47 1B
Octal 24 36 165 123 112 0 66 352 107 33
Binary 10100 11110 1110101 1010011 1001010 0 110110 11101010 1000111 11011

Color Harmonies of #141E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141E75

Black with #141E75

Text Example


Text Example

White with #141E75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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