Html Css Color HEX #140F54 Midnight Blue

📋 copy color: '#140F54'

red 20 ◦ green 15 ◦ blue 84

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

Shades of Midnight Blue #140F54

Tints of Midnight Blue #140F54

RGB

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

 GREEN value IS 15 (6.25% from 255) = 12.61%

 BLUE value IS 84 (33.2% from 255) = 70.59%

R = 16.81%
G = 12.61%
B = 70.59%

CMYK

 C value IS 0.76

 M value IS 0.82

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#140F54 (or 0x140F54) is known color: Midnight Blue. HEX triplet: 14, 0F and 54. RGB value is (20,15,84). Sum of RGB (Red+Green+Blue) = 20+15+84=119 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.81% from 119); Green value is 15 (6.25% from 255 or 12.61% from 119); Blue value is 84 (33.20% from 255 or 70.59% from 119); Max value from RGB is 84 - color contains mainly: blue. Hex color #140F54 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140F54 is #EBF0AB. Grayscale: #181818. Windows color (decimal): -15462572 or 5508884. OLE color: 5508884.

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

Color convert

RGB 20 15 84 -
CMYK 0.76 0.82 0 0.67
HSL 244.35º 0.7% 0.19% -
HSV(B) 244.35º 0.82% 0.33% -
XYZ 2.06 1.13 8.5 -
YUV 24.36 161.66 124.89 -
System Red Green Blue C M Y K H S L
Decimal 20 15 84 0.76 0.82 0 0.67 244.35 0.7 0.19
Hex 14 F 54 4C 52 0 43 F4 46 13
Octal 24 17 124 114 122 0 103 364 106 23
Binary 10100 1111 1010100 1001100 1010010 0 1000011 11110100 1000110 10011

Color Harmonies of #140F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140F54

Black with #140F54

Text Example


Text Example

White with #140F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140F54; }

 p { color: rgb(20,15,84); }

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

background-color css

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

 a { background-color: rgb(20,15,84); }

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

border-color css

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

 span { border-color: rgb(20,15,84); }

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