Html Css Color HEX #141F7F Midnight Blue

📋 copy color: '#141F7F'

red 20 ◦ green 31 ◦ blue 127

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

Shades of Midnight Blue #141F7F

Tints of Midnight Blue #141F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 71.35%

R = 11.24%
G = 17.42%
B = 71.35%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#141F7F (or 0x141F7F) is known color: Midnight Blue. HEX triplet: 14, 1F and 7F. RGB value is (20,31,127). Sum of RGB (Red+Green+Blue) = 20+31+127=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 31 (12.5% from 255 or 17.42% from 178); Blue value is 127 (50% from 255 or 71.35% from 178); Max value from RGB is 127 - color contains mainly: blue. Hex color #141F7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #141F7F is #EBE080. Grayscale: #262626. Windows color (decimal): -15458433 or 8331028. OLE color: 8331028.

HSL color Cylindrical-coordinate representation of color #141F7F: hue angle of 233.83º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #141F7F is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 31 127 -
CMYK 0.84 0.76 0 0.50
HSL 233.83º 0.73% 0.29% -
HSV(B) 233.83º 0.84% 0.5% -
XYZ 4.61 2.66 20.35 -
YUV 38.66 177.86 114.69 -
System Red Green Blue C M Y K H S L
Decimal 20 31 127 0.84 0.76 0 0.50 233.83 0.73 0.29
Hex 14 1F 7F 54 4C 0 32 EA 49 1D
Octal 24 37 177 124 114 0 62 352 111 35
Binary 10100 11111 1111111 1010100 1001100 0 110010 11101010 1001001 11101

Color Harmonies of #141F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141F7F

Black with #141F7F

Text Example


Text Example

White with #141F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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