Html Css Color HEX #14016C Midnight Blue

📋 copy color: '#14016C'

red 20 ◦ green 1 ◦ blue 108

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

Shades of Midnight Blue #14016C

Tints of Midnight Blue #14016C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 83.72%

R = 15.5%
G = 0.78%
B = 83.72%

CMYK

 C value IS 0.81

 M value IS 0.99

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14016C (or 0x14016C) is known color: Midnight Blue. HEX triplet: 14, 01 and 6C. RGB value is (20,1,108). Sum of RGB (Red+Green+Blue) = 20+1+108=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 1 (0.78% from 255 or 0.78% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #14016C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14016C is #EBFE93. Grayscale: #121212. Windows color (decimal): -15466132 or 7078164. OLE color: 7078164.

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

Color convert

RGB 20 1 108 -
CMYK 0.81 0.99 0 0.58
HSL 250.65º 0.98% 0.21% -
HSV(B) 250.65º 0.99% 0.42% -
XYZ 3.01 1.25 14.27 -
YUV 18.88 178.29 128.8 -
System Red Green Blue C M Y K H S L
Decimal 20 1 108 0.81 0.99 0 0.58 250.65 0.98 0.21
Hex 14 1 6C 51 63 0 3A FB 62 15
Octal 24 1 154 121 143 0 72 373 142 25
Binary 10100 1 1101100 1010001 1100011 0 111010 11111011 1100010 10101

Color Harmonies of #14016C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14016C

Black with #14016C

Text Example


Text Example

White with #14016C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14016C; }

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

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

background-color css

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

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

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

border-color css

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

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

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