#141F74

Color #141F74 Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Blue #141F74

Tints of Midnight Blue #141F74

Color information

#141F74 (or 0x141F74) is unknown color: approx 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

RGB2031116-
CMYK0.830.7300.55
HSL233.12º70.59%26.67%-
HSV(B)233.12º82.76%45.49%-
XYZ3.932.3916.78-
YUV37.4172.36115.59-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 11.98%
GREEN value IS 31 (12.5% from 255) = 18.56%
BLUE value IS 116 (45.70% from 255) = 69.46%
R=11.98%
G=18.56%
B=69.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal20311160.830.7300.55233.1270.5926.67
Hex141F745349037e9471b
Octal243716412311106735110733
Binary1010011111111010010100111001001011011111101001100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>