Html Css Color HEX #140155 Midnight Blue

📋 copy color: '#140155'

red 20 ◦ green 1 ◦ blue 85

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

Shades of Midnight Blue #140155

Tints of Midnight Blue #140155

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.94%

 BLUE value IS 85 (33.59% from 255) = 80.19%

R = 18.87%
G = 0.94%
B = 80.19%

CMYK

 C value IS 0.76

 M value IS 0.99

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#140155 (or 0x140155) is known color: Midnight Blue. HEX triplet: 14, 01 and 55. RGB value is (20,1,85). Sum of RGB (Red+Green+Blue) = 20+1+85=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 1 (0.78% from 255 or 0.94% from 106); Blue value is 85 (33.59% from 255 or 80.19% from 106); Max value from RGB is 85 - color contains mainly: blue. Hex color #140155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140155 is #EBFEAA. Grayscale: #0F0F0F. Windows color (decimal): -15466155 or 5570836. OLE color: 5570836.

HSL color Cylindrical-coordinate representation of color #140155: hue angle of 253.57º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140155 is Cyan = 0.76, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 1 85 -
CMYK 0.76 0.99 0 0.67
HSL 253.57º 0.98% 0.17% -
HSV(B) 253.57º 0.99% 0.33% -
XYZ 1.94 0.83 8.65 -
YUV 16.26 166.79 130.67 -
System Red Green Blue C M Y K H S L
Decimal 20 1 85 0.76 0.99 0 0.67 253.57 0.98 0.17
Hex 14 1 55 4C 63 0 43 FE 62 11
Octal 24 1 125 114 143 0 103 376 142 21
Binary 10100 1 1010101 1001100 1100011 0 1000011 11111110 1100010 10001

Color Harmonies of #140155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140155

Black with #140155

Text Example


Text Example

White with #140155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140155; }

 p { color: rgb(20,1,85); }

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

background-color css

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

 a { background-color: rgb(20,1,85); }

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

border-color css

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

 span { border-color: rgb(20,1,85); }

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