Html Css Color HEX #140C5E Midnight Blue

📋 copy color: '#140C5E'

red 20 ◦ green 12 ◦ blue 94

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

Shades of Midnight Blue #140C5E

Tints of Midnight Blue #140C5E

RGB

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

 GREEN value IS 12 (5.08% from 255) = 9.52%

 BLUE value IS 94 (37.11% from 255) = 74.6%

R = 15.87%
G = 9.52%
B = 74.6%

CMYK

 C value IS 0.79

 M value IS 0.87

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#140C5E (or 0x140C5E) is known color: Midnight Blue. HEX triplet: 14, 0C and 5E. RGB value is (20,12,94). Sum of RGB (Red+Green+Blue) = 20+12+94=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 12 (5.08% from 255 or 9.52% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #140C5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C5E is #EBF3A1. Grayscale: #171717. Windows color (decimal): -15463330 or 6163476. OLE color: 6163476.

HSL color Cylindrical-coordinate representation of color #140C5E: hue angle of 245.85º degrees, saturation: 0.77, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #140C5E is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 12 94 -
CMYK 0.79 0.87 0 0.63
HSL 245.85º 0.77% 0.21% -
HSV(B) 245.85º 0.87% 0.37% -
XYZ 2.44 1.22 10.7 -
YUV 23.74 167.65 125.33 -
System Red Green Blue C M Y K H S L
Decimal 20 12 94 0.79 0.87 0 0.63 245.85 0.77 0.21
Hex 14 C 5E 4F 57 0 3F F6 4D 15
Octal 24 14 136 117 127 0 77 366 115 25
Binary 10100 1100 1011110 1001111 1010111 0 111111 11110110 1001101 10101

Color Harmonies of #140C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C5E

Black with #140C5E

Text Example


Text Example

White with #140C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,12,94); }

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

background-color css

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

 a { background-color: rgb(20,12,94); }

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

border-color css

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

 span { border-color: rgb(20,12,94); }

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