Html Css Color HEX #14095E Midnight Blue

📋 copy color: '#14095E'

red 20 ◦ green 9 ◦ blue 94

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

Shades of Midnight Blue #14095E

Tints of Midnight Blue #14095E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 16.26%
G = 7.32%
B = 76.42%

CMYK

 C value IS 0.79

 M value IS 0.90

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#14095E (or 0x14095E) is known color: Midnight Blue. HEX triplet: 14, 09 and 5E. RGB value is (20,9,94). Sum of RGB (Red+Green+Blue) = 20+9+94=123 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.26% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 94 (37.11% from 255 or 76.42% from 123); Max value from RGB is 94 - color contains mainly: blue. Hex color #14095E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14095E is #EBF6A1. Grayscale: #151515. Windows color (decimal): -15464098 or 6162708. OLE color: 6162708.

HSL color Cylindrical-coordinate representation of color #14095E: hue angle of 247.76º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14095E is Cyan = 0.79, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 20 9 94 -
CMYK 0.79 0.90 0 0.63
HSL 247.76º 0.83% 0.2% -
HSV(B) 247.76º 0.9% 0.37% -
XYZ 2.41 1.15 10.69 -
YUV 21.98 168.64 126.59 -
System Red Green Blue C M Y K H S L
Decimal 20 9 94 0.79 0.90 0 0.63 247.76 0.83 0.2
Hex 14 9 5E 4F 5A 0 3F F8 53 14
Octal 24 11 136 117 132 0 77 370 123 24
Binary 10100 1001 1011110 1001111 1011010 0 111111 11111000 1010011 10100

Color Harmonies of #14095E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14095E

Black with #14095E

Text Example


Text Example

White with #14095E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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