Html Css Color HEX #140874 Midnight Blue

📋 copy color: '#140874'

red 20 ◦ green 8 ◦ blue 116

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

Shades of Midnight Blue #140874

Tints of Midnight Blue #140874

RGB

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

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

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

R = 13.89%
G = 5.56%
B = 80.56%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#140874 (or 0x140874) is known color: Midnight Blue. HEX triplet: 14, 08 and 74. RGB value is (20,8,116). Sum of RGB (Red+Green+Blue) = 20+8+116=144 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.89% from 144); Green value is 8 (3.52% from 255 or 5.56% from 144); Blue value is 116 (45.70% from 255 or 80.56% from 144); Max value from RGB is 116 - color contains mainly: blue. Hex color #140874 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140874 is #EBF78B. Grayscale: #171717. Windows color (decimal): -15464332 or 7604244. OLE color: 7604244.

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

Color convert

RGB 20 8 116 -
CMYK 0.83 0.93 0 0.55
HSL 246.67º 0.87% 0.24% -
HSV(B) 246.67º 0.93% 0.45% -
XYZ 3.53 1.58 16.64 -
YUV 23.9 179.98 125.22 -
System Red Green Blue C M Y K H S L
Decimal 20 8 116 0.83 0.93 0 0.55 246.67 0.87 0.24
Hex 14 8 74 53 5D 0 37 F7 57 18
Octal 24 10 164 123 135 0 67 367 127 30
Binary 10100 1000 1110100 1010011 1011101 0 110111 11110111 1010111 11000

Color Harmonies of #140874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140874

Black with #140874

Text Example


Text Example

White with #140874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140874; }

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

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

background-color css

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

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

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

border-color css

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

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

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