Html Css Color HEX #140D69 Midnight Blue

📋 copy color: '#140D69'

red 20 ◦ green 13 ◦ blue 105

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

Shades of Midnight Blue #140D69

Tints of Midnight Blue #140D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 9.42%

 BLUE value IS 105 (41.41% from 255) = 76.09%

R = 14.49%
G = 9.42%
B = 76.09%

CMYK

 C value IS 0.81

 M value IS 0.88

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#140D69 (or 0x140D69) is known color: Midnight Blue. HEX triplet: 14, 0D and 69. RGB value is (20,13,105). Sum of RGB (Red+Green+Blue) = 20+13+105=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 13 (5.47% from 255 or 9.42% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #140D69 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140D69 is #EBF296. Grayscale: #191919. Windows color (decimal): -15463063 or 6884628. OLE color: 6884628.

HSL color Cylindrical-coordinate representation of color #140D69: hue angle of 244.57º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #140D69 is Cyan = 0.81, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 13 105 -
CMYK 0.81 0.88 0 0.59
HSL 244.57º 0.78% 0.23% -
HSV(B) 244.57º 0.88% 0.41% -
XYZ 2.98 1.46 13.49 -
YUV 25.58 172.82 124.02 -
System Red Green Blue C M Y K H S L
Decimal 20 13 105 0.81 0.88 0 0.59 244.57 0.78 0.23
Hex 14 D 69 51 58 0 3B F5 4E 17
Octal 24 15 151 121 130 0 73 365 116 27
Binary 10100 1101 1101001 1010001 1011000 0 111011 11110101 1001110 10111

Color Harmonies of #140D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140D69

Black with #140D69

Text Example


Text Example

White with #140D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,13,105); }

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

background-color css

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

 a { background-color: rgb(20,13,105); }

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

border-color css

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

 span { border-color: rgb(20,13,105); }

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