Html Css Color HEX #14096C Midnight Blue

📋 copy color: '#14096C'

red 20 ◦ green 9 ◦ blue 108

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

Shades of Midnight Blue #14096C

Tints of Midnight Blue #14096C

RGB

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

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

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

R = 14.6%
G = 6.57%
B = 78.83%

CMYK

 C value IS 0.81

 M value IS 0.92

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#14096C (or 0x14096C) is known color: Midnight Blue. HEX triplet: 14, 09 and 6C. RGB value is (20,9,108). Sum of RGB (Red+Green+Blue) = 20+9+108=137 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.60% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 108 (42.58% from 255 or 78.83% from 137); Max value from RGB is 108 - color contains mainly: blue. Hex color #14096C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14096C is #EBF693. Grayscale: #171717. Windows color (decimal): -15464084 or 7080212. OLE color: 7080212.

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

Color convert

RGB 20 9 108 -
CMYK 0.81 0.92 0 0.58
HSL 246.67º 0.85% 0.23% -
HSV(B) 246.67º 0.92% 0.42% -
XYZ 3.09 1.43 14.3 -
YUV 23.58 175.64 125.45 -
System Red Green Blue C M Y K H S L
Decimal 20 9 108 0.81 0.92 0 0.58 246.67 0.85 0.23
Hex 14 9 6C 51 5C 0 3A F7 55 17
Octal 24 11 154 121 134 0 72 367 125 27
Binary 10100 1001 1101100 1010001 1011100 0 111010 11110111 1010101 10111

Color Harmonies of #14096C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14096C

Black with #14096C

Text Example


Text Example

White with #14096C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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