Html Css Color HEX #140168 Midnight Blue

📋 copy color: '#140168'

red 20 ◦ green 1 ◦ blue 104

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

Shades of Midnight Blue #140168

Tints of Midnight Blue #140168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 83.2%

R = 16%
G = 0.8%
B = 83.2%

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

#140168 (or 0x140168) is known color: Midnight Blue. HEX triplet: 14, 01 and 68. RGB value is (20,1,104). Sum of RGB (Red+Green+Blue) = 20+1+104=125 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16% from 125); Green value is 1 (0.78% from 255 or 0.8% from 125); Blue value is 104 (41.02% from 255 or 83.2% from 125); Max value from RGB is 104 - color contains mainly: blue. Hex color #140168 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140168 is #EBFE97. Grayscale: #121212. Windows color (decimal): -15466136 or 6816020. OLE color: 6816020.

HSL color Cylindrical-coordinate representation of color #140168: hue angle of 251.07º 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 #140168 is Cyan = 0.81, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 20 1 104 -
CMYK 0.81 0.99 0 0.59
HSL 251.07º 0.98% 0.21% -
HSV(B) 251.07º 0.99% 0.41% -
XYZ 2.8 1.17 13.18 -
YUV 18.42 176.29 129.12 -
System Red Green Blue C M Y K H S L
Decimal 20 1 104 0.81 0.99 0 0.59 251.07 0.98 0.21
Hex 14 1 68 51 63 0 3B FB 62 15
Octal 24 1 150 121 143 0 73 373 142 25
Binary 10100 1 1101000 1010001 1100011 0 111011 11111011 1100010 10101

Color Harmonies of #140168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #140168

Black with #140168

Text Example


Text Example

White with #140168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #140168; }

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

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

background-color css

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

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

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

border-color css

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

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

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