Html Css Color HEX #140575 Midnight Blue

📋 copy color: '#140575'

red 20 ◦ green 5 ◦ blue 117

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

Shades of Midnight Blue #140575

Tints of Midnight Blue #140575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 82.39%

R = 14.08%
G = 3.52%
B = 82.39%

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

#140575 (or 0x140575) is known color: Midnight Blue. HEX triplet: 14, 05 and 75. RGB value is (20,5,117). Sum of RGB (Red+Green+Blue) = 20+5+117=142 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.08% from 142); Green value is 5 (2.34% from 255 or 3.52% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #140575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140575 is #EBFA8A. Grayscale: #151515. Windows color (decimal): -15465099 or 7669012. OLE color: 7669012.

HSL color Cylindrical-coordinate representation of color #140575: hue angle of 248.04º 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 #140575 is Cyan = 0.83, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 20 5 117 -
CMYK 0.83 0.96 0 0.54
HSL 248.04º 0.92% 0.24% -
HSV(B) 248.04º 0.96% 0.46% -
XYZ 3.55 1.54 16.94 -
YUV 22.25 181.47 126.39 -
System Red Green Blue C M Y K H S L
Decimal 20 5 117 0.83 0.96 0 0.54 248.04 0.92 0.24
Hex 14 5 75 53 60 0 36 F8 5C 18
Octal 24 5 165 123 140 0 66 370 134 30
Binary 10100 101 1110101 1010011 1100000 0 110110 11111000 1011100 11000

Color Harmonies of #140575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140575

Black with #140575

Text Example


Text Example

White with #140575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140575; }

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

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

background-color css

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

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

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

border-color css

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

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

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