Html Css Color HEX #14015E Midnight Blue

📋 copy color: '#14015E'

red 20 ◦ green 1 ◦ blue 94

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

Shades of Midnight Blue #14015E

Tints of Midnight Blue #14015E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 81.74%

R = 17.39%
G = 0.87%
B = 81.74%

CMYK

 C value IS 0.79

 M value IS 0.99

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14015E (or 0x14015E) is known color: Midnight Blue. HEX triplet: 14, 01 and 5E. RGB value is (20,1,94). Sum of RGB (Red+Green+Blue) = 20+1+94=115 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.39% from 115); Green value is 1 (0.78% from 255 or 0.87% from 115); Blue value is 94 (37.11% from 255 or 81.74% from 115); Max value from RGB is 94 - color contains mainly: blue. Hex color #14015E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14015E is #EBFEA1. Grayscale: #101010. Windows color (decimal): -15466146 or 6160660. OLE color: 6160660.

HSL color Cylindrical-coordinate representation of color #14015E: hue angle of 252.26º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14015E is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 1 94 -
CMYK 0.79 0.99 0 0.63
HSL 252.26º 0.98% 0.19% -
HSV(B) 252.26º 0.99% 0.37% -
XYZ 2.32 0.98 10.66 -
YUV 17.28 171.29 129.94 -
System Red Green Blue C M Y K H S L
Decimal 20 1 94 0.79 0.99 0 0.63 252.26 0.98 0.19
Hex 14 1 5E 4F 63 0 3F FC 62 13
Octal 24 1 136 117 143 0 77 374 142 23
Binary 10100 1 1011110 1001111 1100011 0 111111 11111100 1100010 10011

Color Harmonies of #14015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14015E

Black with #14015E

Text Example


Text Example

White with #14015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14015E; }

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

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

background-color css

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

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

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

border-color css

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

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

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