Html Css Color HEX #140153 Midnight Blue

📋 copy color: '#140153'

red 20 ◦ green 1 ◦ blue 83

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

Shades of Midnight Blue #140153

Tints of Midnight Blue #140153

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 79.81%

R = 19.23%
G = 0.96%
B = 79.81%

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

#140153 (or 0x140153) is known color: Midnight Blue. HEX triplet: 14, 01 and 53. RGB value is (20,1,83). Sum of RGB (Red+Green+Blue) = 20+1+83=104 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.23% from 104); Green value is 1 (0.78% from 255 or 0.96% from 104); Blue value is 83 (32.81% from 255 or 79.81% from 104); Max value from RGB is 83 - color contains mainly: blue. Hex color #140153 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140153 is #EBFEAC. Grayscale: #0F0F0F. Windows color (decimal): -15466157 or 5439764. OLE color: 5439764.

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

Color convert

RGB 20 1 83 -
CMYK 0.76 0.99 0 0.67
HSL 253.9º 0.98% 0.16% -
HSV(B) 253.9º 0.99% 0.33% -
XYZ 1.86 0.79 8.24 -
YUV 16.03 165.79 130.83 -
System Red Green Blue C M Y K H S L
Decimal 20 1 83 0.76 0.99 0 0.67 253.9 0.98 0.16
Hex 14 1 53 4C 63 0 43 FE 62 10
Octal 24 1 123 114 143 0 103 376 142 20
Binary 10100 1 1010011 1001100 1100011 0 1000011 11111110 1100010 10000

Color Harmonies of #140153

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140153

Black with #140153

Text Example


Text Example

White with #140153

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140153; }

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

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

background-color css

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

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

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

border-color css

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

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

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