Html Css Color HEX #140853 Midnight Blue

📋 copy color: '#140853'

red 20 ◦ green 8 ◦ blue 83

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

Shades of Midnight Blue #140853

Tints of Midnight Blue #140853

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.21%

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

R = 18.02%
G = 7.21%
B = 74.77%

CMYK

 C value IS 0.76

 M value IS 0.90

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#140853 (or 0x140853) is known color: Midnight Blue. HEX triplet: 14, 08 and 53. RGB value is (20,8,83). Sum of RGB (Red+Green+Blue) = 20+8+83=111 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.02% from 111); Green value is 8 (3.52% from 255 or 7.21% from 111); Blue value is 83 (32.81% from 255 or 74.77% from 111); Max value from RGB is 83 - color contains mainly: blue. Hex color #140853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140853 is #EBF7AC. Grayscale: #131313. Windows color (decimal): -15464365 or 5441556. OLE color: 5441556.

HSL color Cylindrical-coordinate representation of color #140853: hue angle of 249.6º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140853 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 20 8 83 -
CMYK 0.76 0.90 0 0.67
HSL 249.6º 0.82% 0.18% -
HSV(B) 249.6º 0.9% 0.33% -
XYZ 1.94 0.95 8.26 -
YUV 20.14 163.48 127.9 -
System Red Green Blue C M Y K H S L
Decimal 20 8 83 0.76 0.90 0 0.67 249.6 0.82 0.18
Hex 14 8 53 4C 5A 0 43 FA 52 12
Octal 24 10 123 114 132 0 103 372 122 22
Binary 10100 1000 1010011 1001100 1011010 0 1000011 11111010 1010010 10010

Color Harmonies of #140853

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140853

Black with #140853

Text Example


Text Example

White with #140853

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140853; }

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

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

background-color css

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

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

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

border-color css

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

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

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