Html Css Color HEX #140565 Midnight Blue

📋 copy color: '#140565'

red 20 ◦ green 5 ◦ blue 101

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

Shades of Midnight Blue #140565

Tints of Midnight Blue #140565

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 80.16%

R = 15.87%
G = 3.97%
B = 80.16%

CMYK

 C value IS 0.80

 M value IS 0.95

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#140565 (or 0x140565) is known color: Midnight Blue. HEX triplet: 14, 05 and 65. RGB value is (20,5,101). Sum of RGB (Red+Green+Blue) = 20+5+101=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 101 (39.84% from 255 or 80.16% from 126); Max value from RGB is 101 - color contains mainly: blue. Hex color #140565 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140565 is #EBFA9A. Grayscale: #141414. Windows color (decimal): -15465115 or 6620436. OLE color: 6620436.

HSL color Cylindrical-coordinate representation of color #140565: hue angle of 249.38º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #140565 is Cyan = 0.80, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 5 101 -
CMYK 0.80 0.95 0 0.60
HSL 249.38º 0.91% 0.21% -
HSV(B) 249.38º 0.95% 0.4% -
XYZ 2.69 1.2 12.4 -
YUV 20.43 173.47 127.69 -
System Red Green Blue C M Y K H S L
Decimal 20 5 101 0.80 0.95 0 0.60 249.38 0.91 0.21
Hex 14 5 65 50 5F 0 3C F9 5B 15
Octal 24 5 145 120 137 0 74 371 133 25
Binary 10100 101 1100101 1010000 1011111 0 111100 11111001 1011011 10101

Color Harmonies of #140565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140565

Black with #140565

Text Example


Text Example

White with #140565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140565; }

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

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

background-color css

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

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

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

border-color css

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

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

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