Html Css Color HEX #140474 Midnight Blue

📋 copy color: '#140474'

red 20 ◦ green 4 ◦ blue 116

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

Shades of Midnight Blue #140474

Tints of Midnight Blue #140474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.86%

 BLUE value IS 116 (45.7% from 255) = 82.86%

R = 14.29%
G = 2.86%
B = 82.86%

CMYK

 C value IS 0.83

 M value IS 0.97

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#140474 (or 0x140474) is known color: Midnight Blue. HEX triplet: 14, 04 and 74. RGB value is (20,4,116). Sum of RGB (Red+Green+Blue) = 20+4+116=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 4 (1.95% from 255 or 2.86% from 140); Blue value is 116 (45.70% from 255 or 82.86% from 140); Max value from RGB is 116 - color contains mainly: blue. Hex color #140474 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140474 is #EBFB8B. Grayscale: #151515. Windows color (decimal): -15465356 or 7603220. OLE color: 7603220.

HSL color Cylindrical-coordinate representation of color #140474: hue angle of 248.57º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #140474 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 4 116 -
CMYK 0.83 0.97 0 0.55
HSL 248.57º 0.93% 0.24% -
HSV(B) 248.57º 0.97% 0.45% -
XYZ 3.48 1.5 16.63 -
YUV 21.55 181.3 126.89 -
System Red Green Blue C M Y K H S L
Decimal 20 4 116 0.83 0.97 0 0.55 248.57 0.93 0.24
Hex 14 4 74 53 61 0 37 F9 5D 18
Octal 24 4 164 123 141 0 67 371 135 30
Binary 10100 100 1110100 1010011 1100001 0 110111 11111001 1011101 11000

Color Harmonies of #140474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140474

Black with #140474

Text Example


Text Example

White with #140474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140474; }

 p { color: rgb(20,4,116); }

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

background-color css

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

 a { background-color: rgb(20,4,116); }

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

border-color css

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

 span { border-color: rgb(20,4,116); }

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