Html Css Color HEX #140878 Midnight Blue

📋 copy color: '#140878'

red 20 ◦ green 8 ◦ blue 120

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

Shades of Midnight Blue #140878

Tints of Midnight Blue #140878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 81.08%

R = 13.51%
G = 5.41%
B = 81.08%

CMYK

 C value IS 0.83

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#140878 (or 0x140878) is known color: Midnight Blue. HEX triplet: 14, 08 and 78. RGB value is (20,8,120). Sum of RGB (Red+Green+Blue) = 20+8+120=148 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.51% from 148); Green value is 8 (3.52% from 255 or 5.41% from 148); Blue value is 120 (47.27% from 255 or 81.08% from 148); Max value from RGB is 120 - color contains mainly: blue. Hex color #140878 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140878 is #EBF787. Grayscale: #171717. Windows color (decimal): -15464328 or 7866388. OLE color: 7866388.

HSL color Cylindrical-coordinate representation of color #140878: hue angle of 246.43º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #140878 is Cyan = 0.83, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 20 8 120 -
CMYK 0.83 0.93 0 0.53
HSL 246.43º 0.88% 0.25% -
HSV(B) 246.43º 0.93% 0.47% -
XYZ 3.77 1.68 17.89 -
YUV 24.36 181.98 124.89 -
System Red Green Blue C M Y K H S L
Decimal 20 8 120 0.83 0.93 0 0.53 246.43 0.88 0.25
Hex 14 8 78 53 5D 0 35 F6 58 19
Octal 24 10 170 123 135 0 65 366 130 31
Binary 10100 1000 1111000 1010011 1011101 0 110101 11110110 1011000 11001

Color Harmonies of #140878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140878

Black with #140878

Text Example


Text Example

White with #140878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140878; }

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

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

background-color css

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

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

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

border-color css

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

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

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