Html Css Color HEX #140576 Midnight Blue

📋 copy color: '#140576'

red 20 ◦ green 5 ◦ blue 118

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

Shades of Midnight Blue #140576

Tints of Midnight Blue #140576

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 82.52%

R = 13.99%
G = 3.5%
B = 82.52%

CMYK

 C value IS 0.83

 M value IS 0.96

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#140576 (or 0x140576) is known color: Midnight Blue. HEX triplet: 14, 05 and 76. RGB value is (20,5,118). Sum of RGB (Red+Green+Blue) = 20+5+118=143 (18% of max value = 765). Red value is 20 (8.20% from 255 or 13.99% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 118 (46.48% from 255 or 82.52% from 143); Max value from RGB is 118 - color contains mainly: blue. Hex color #140576 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140576 is #EBFA89. Grayscale: #151515. Windows color (decimal): -15465098 or 7734548. OLE color: 7734548.

HSL color Cylindrical-coordinate representation of color #140576: hue angle of 247.96º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140576 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 5 118 -
CMYK 0.83 0.96 0 0.54
HSL 247.96º 0.92% 0.24% -
HSV(B) 247.96º 0.96% 0.46% -
XYZ 3.61 1.57 17.25 -
YUV 22.37 181.97 126.31 -
System Red Green Blue C M Y K H S L
Decimal 20 5 118 0.83 0.96 0 0.54 247.96 0.92 0.24
Hex 14 5 76 53 60 0 36 F8 5C 18
Octal 24 5 166 123 140 0 66 370 134 30
Binary 10100 101 1110110 1010011 1100000 0 110110 11111000 1011100 11000

Color Harmonies of #140576

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140576

Black with #140576

Text Example


Text Example

White with #140576

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140576; }

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

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

background-color css

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

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

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

border-color css

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

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

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