Html Css Color HEX #140C65 Midnight Blue

📋 copy color: '#140C65'

red 20 ◦ green 12 ◦ blue 101

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

Shades of Midnight Blue #140C65

Tints of Midnight Blue #140C65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 75.94%

R = 15.04%
G = 9.02%
B = 75.94%

CMYK

 C value IS 0.80

 M value IS 0.88

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#140C65 (or 0x140C65) is known color: Midnight Blue. HEX triplet: 14, 0C and 65. RGB value is (20,12,101). Sum of RGB (Red+Green+Blue) = 20+12+101=133 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.04% from 133); Green value is 12 (5.08% from 255 or 9.02% from 133); Blue value is 101 (39.84% from 255 or 75.94% from 133); Max value from RGB is 101 - color contains mainly: blue. Hex color #140C65 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C65 is #EBF39A. Grayscale: #181818. Windows color (decimal): -15463323 or 6622228. OLE color: 6622228.

HSL color Cylindrical-coordinate representation of color #140C65: hue angle of 245.39º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140C65 is Cyan = 0.80, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 20 12 101 -
CMYK 0.80 0.88 0 0.60
HSL 245.39º 0.79% 0.22% -
HSV(B) 245.39º 0.88% 0.4% -
XYZ 2.77 1.35 12.43 -
YUV 24.54 171.15 124.76 -
System Red Green Blue C M Y K H S L
Decimal 20 12 101 0.80 0.88 0 0.60 245.39 0.79 0.22
Hex 14 C 65 50 58 0 3C F5 4F 16
Octal 24 14 145 120 130 0 74 365 117 26
Binary 10100 1100 1100101 1010000 1011000 0 111100 11110101 1001111 10110

Color Harmonies of #140C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140C65

Black with #140C65

Text Example


Text Example

White with #140C65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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