Html Css Color HEX #140561 Midnight Blue

📋 copy color: '#140561'

red 20 ◦ green 5 ◦ blue 97

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

Shades of Midnight Blue #140561

Tints of Midnight Blue #140561

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.1%

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

R = 16.39%
G = 4.1%
B = 79.51%

CMYK

 C value IS 0.79

 M value IS 0.95

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#140561 (or 0x140561) is known color: Midnight Blue. HEX triplet: 14, 05 and 61. RGB value is (20,5,97). Sum of RGB (Red+Green+Blue) = 20+5+97=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 5 (2.34% from 255 or 4.10% from 122); Blue value is 97 (38.28% from 255 or 79.51% from 122); Max value from RGB is 97 - color contains mainly: blue. Hex color #140561 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140561 is #EBFA9E. Grayscale: #131313. Windows color (decimal): -15465119 or 6358292. OLE color: 6358292.

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

Color convert

RGB 20 5 97 -
CMYK 0.79 0.95 0 0.62
HSL 249.78º 0.9% 0.2% -
HSV(B) 249.78º 0.95% 0.38% -
XYZ 2.5 1.12 11.39 -
YUV 19.97 171.47 128.02 -
System Red Green Blue C M Y K H S L
Decimal 20 5 97 0.79 0.95 0 0.62 249.78 0.9 0.2
Hex 14 5 61 4F 5F 0 3E FA 5A 14
Octal 24 5 141 117 137 0 76 372 132 24
Binary 10100 101 1100001 1001111 1011111 0 111110 11111010 1011010 10100

Color Harmonies of #140561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140561

Black with #140561

Text Example


Text Example

White with #140561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140561; }

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

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

background-color css

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

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

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

border-color css

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

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

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