Html Css Color HEX #141261 Midnight Blue

📋 copy color: '#141261'

red 20 ◦ green 18 ◦ blue 97

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

Shades of Midnight Blue #141261

Tints of Midnight Blue #141261

RGB

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

 GREEN value IS 18 (7.42% from 255) = 13.33%

 BLUE value IS 97 (38.28% from 255) = 71.85%

R = 14.81%
G = 13.33%
B = 71.85%

CMYK

 C value IS 0.79

 M value IS 0.81

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#141261 (or 0x141261) is known color: Midnight Blue. HEX triplet: 14, 12 and 61. RGB value is (20,18,97). Sum of RGB (Red+Green+Blue) = 20+18+97=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 18 (7.42% from 255 or 13.33% from 135); Blue value is 97 (38.28% from 255 or 71.85% from 135); Max value from RGB is 97 - color contains mainly: blue. Hex color #141261 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141261 is #EBED9E. Grayscale: #1B1B1B. Windows color (decimal): -15461791 or 6361620. OLE color: 6361620.

HSL color Cylindrical-coordinate representation of color #141261: hue angle of 241.52º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #141261 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 20 18 97 -
CMYK 0.79 0.81 0 0.62
HSL 241.52º 0.69% 0.23% -
HSV(B) 241.52º 0.81% 0.38% -
XYZ 2.66 1.44 11.45 -
YUV 27.6 167.16 122.58 -
System Red Green Blue C M Y K H S L
Decimal 20 18 97 0.79 0.81 0 0.62 241.52 0.69 0.23
Hex 14 12 61 4F 51 0 3E F2 45 17
Octal 24 22 141 117 121 0 76 362 105 27
Binary 10100 10010 1100001 1001111 1010001 0 111110 11110010 1000101 10111

Color Harmonies of #141261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #141261

Black with #141261

Text Example


Text Example

White with #141261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #141261; }

 p { color: rgb(20,18,97); }

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

background-color css

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

 a { background-color: rgb(20,18,97); }

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

border-color css

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

 span { border-color: rgb(20,18,97); }

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