Html Css Color HEX #14096D Midnight Blue

📋 copy color: '#14096D'

red 20 ◦ green 9 ◦ blue 109

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

Shades of Midnight Blue #14096D

Tints of Midnight Blue #14096D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 78.99%

R = 14.49%
G = 6.52%
B = 78.99%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#14096D (or 0x14096D) is known color: Midnight Blue. HEX triplet: 14, 09 and 6D. RGB value is (20,9,109). Sum of RGB (Red+Green+Blue) = 20+9+109=138 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.49% from 138); Green value is 9 (3.91% from 255 or 6.52% from 138); Blue value is 109 (42.97% from 255 or 78.99% from 138); Max value from RGB is 109 - color contains mainly: blue. Hex color #14096D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14096D is #EBF692. Grayscale: #171717. Windows color (decimal): -15464083 or 7145748. OLE color: 7145748.

HSL color Cylindrical-coordinate representation of color #14096D: hue angle of 246.6º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14096D is Cyan = 0.82, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 20 9 109 -
CMYK 0.82 0.92 0 0.57
HSL 246.6º 0.85% 0.23% -
HSV(B) 246.6º 0.92% 0.43% -
XYZ 3.15 1.45 14.58 -
YUV 23.69 176.14 125.37 -
System Red Green Blue C M Y K H S L
Decimal 20 9 109 0.82 0.92 0 0.57 246.6 0.85 0.23
Hex 14 9 6D 52 5C 0 39 F7 55 17
Octal 24 11 155 122 134 0 71 367 125 27
Binary 10100 1001 1101101 1010010 1011100 0 111001 11110111 1010101 10111

Color Harmonies of #14096D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14096D

Black with #14096D

Text Example


Text Example

White with #14096D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14096D; }

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

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

background-color css

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

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

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

border-color css

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

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

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