Html Css Color HEX #140169 Midnight Blue

📋 copy color: '#140169'

red 20 ◦ green 1 ◦ blue 105

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

Shades of Midnight Blue #140169

Tints of Midnight Blue #140169

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.79%

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

R = 15.87%
G = 0.79%
B = 83.33%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#140169 (or 0x140169) is known color: Midnight Blue. HEX triplet: 14, 01 and 69. RGB value is (20,1,105). Sum of RGB (Red+Green+Blue) = 20+1+105=126 (16% of max value = 765). Red value is 20 (8.20% from 255 or 15.87% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 105 (41.41% from 255 or 83.33% from 126); Max value from RGB is 105 - color contains mainly: blue. Hex color #140169 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140169 is #EBFE96. Grayscale: #121212. Windows color (decimal): -15466135 or 6881556. OLE color: 6881556.

HSL color Cylindrical-coordinate representation of color #140169: hue angle of 250.96º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #140169 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 1 105 -
CMYK 0.81 0.99 0 0.59
HSL 250.96º 0.98% 0.21% -
HSV(B) 250.96º 0.99% 0.41% -
XYZ 2.85 1.19 13.44 -
YUV 18.54 176.79 129.04 -
System Red Green Blue C M Y K H S L
Decimal 20 1 105 0.81 0.99 0 0.59 250.96 0.98 0.21
Hex 14 1 69 51 63 0 3B FB 62 15
Octal 24 1 151 121 143 0 73 373 142 25
Binary 10100 1 1101001 1010001 1100011 0 111011 11111011 1100010 10101

Color Harmonies of #140169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140169

Black with #140169

Text Example


Text Example

White with #140169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140169; }

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

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

background-color css

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

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

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

border-color css

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

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

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