Html Css Color HEX #141F74 Midnight Blue

📋 copy color: '#141F74'

red 20 ◦ green 31 ◦ blue 116

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

Shades of Midnight Blue #141F74

Tints of Midnight Blue #141F74

RGB

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

 GREEN value IS 31 (12.5% from 255) = 18.56%

 BLUE value IS 116 (45.7% from 255) = 69.46%

R = 11.98%
G = 18.56%
B = 69.46%

CMYK

 C value IS 0.83

 M value IS 0.73

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#141F74 (or 0x141F74) is known color: Midnight Blue. HEX triplet: 14, 1F and 74. RGB value is (20,31,116). Sum of RGB (Red+Green+Blue) = 20+31+116=167 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.98% from 167); Green value is 31 (12.5% from 255 or 18.56% from 167); Blue value is 116 (45.70% from 255 or 69.46% from 167); Max value from RGB is 116 - color contains mainly: blue. Hex color #141F74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F74 is #EBE08B. Grayscale: #252525. Windows color (decimal): -15458444 or 7610132. OLE color: 7610132.

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

Color convert

RGB 20 31 116 -
CMYK 0.83 0.73 0 0.55
HSL 233.13º 0.71% 0.27% -
HSV(B) 233.13º 0.83% 0.45% -
XYZ 3.93 2.39 16.78 -
YUV 37.4 172.36 115.59 -
System Red Green Blue C M Y K H S L
Decimal 20 31 116 0.83 0.73 0 0.55 233.13 0.71 0.27
Hex 14 1F 74 53 49 0 37 E9 47 1B
Octal 24 37 164 123 111 0 67 351 107 33
Binary 10100 11111 1110100 1010011 1001001 0 110111 11101001 1000111 11011

Color Harmonies of #141F74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F74

Black with #141F74

Text Example


Text Example

White with #141F74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,31,116); }

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

background-color css

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

 a { background-color: rgb(20,31,116); }

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

border-color css

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

 span { border-color: rgb(20,31,116); }

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