Html Css Color HEX #140761 Midnight Blue

📋 copy color: '#140761'

red 20 ◦ green 7 ◦ blue 97

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

Shades of Midnight Blue #140761

Tints of Midnight Blue #140761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 5.65%

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

R = 16.13%
G = 5.65%
B = 78.23%

CMYK

 C value IS 0.79

 M value IS 0.93

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#140761 (or 0x140761) is known color: Midnight Blue. HEX triplet: 14, 07 and 61. RGB value is (20,7,97). Sum of RGB (Red+Green+Blue) = 20+7+97=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 7 (3.12% from 255 or 5.65% from 124); Blue value is 97 (38.28% from 255 or 78.23% from 124); Max value from RGB is 97 - color contains mainly: blue. Hex color #140761 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140761 is #EBF89E. Grayscale: #141414. Windows color (decimal): -15464607 or 6358804. OLE color: 6358804.

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

Color convert

RGB 20 7 97 -
CMYK 0.79 0.93 0 0.62
HSL 248.67º 0.87% 0.2% -
HSV(B) 248.67º 0.93% 0.38% -
XYZ 2.52 1.16 11.4 -
YUV 21.15 170.81 127.18 -
System Red Green Blue C M Y K H S L
Decimal 20 7 97 0.79 0.93 0 0.62 248.67 0.87 0.2
Hex 14 7 61 4F 5D 0 3E F9 57 14
Octal 24 7 141 117 135 0 76 371 127 24
Binary 10100 111 1100001 1001111 1011101 0 111110 11111001 1010111 10100

Color Harmonies of #140761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140761

Black with #140761

Text Example


Text Example

White with #140761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140761; }

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

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

background-color css

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

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

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

border-color css

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

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

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