Html Css Color HEX #14096F Midnight Blue

📋 copy color: '#14096F'

red 20 ◦ green 9 ◦ blue 111

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

Shades of Midnight Blue #14096F

Tints of Midnight Blue #14096F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 79.29%

R = 14.29%
G = 6.43%
B = 79.29%

CMYK

 C value IS 0.82

 M value IS 0.92

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#14096F (or 0x14096F) is known color: Midnight Blue. HEX triplet: 14, 09 and 6F. RGB value is (20,9,111). Sum of RGB (Red+Green+Blue) = 20+9+111=140 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.29% from 140); Green value is 9 (3.91% from 255 or 6.43% from 140); Blue value is 111 (43.75% from 255 or 79.29% from 140); Max value from RGB is 111 - color contains mainly: blue. Hex color #14096F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14096F is #EBF690. Grayscale: #171717. Windows color (decimal): -15464081 or 7276820. OLE color: 7276820.

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

Color convert

RGB 20 9 111 -
CMYK 0.82 0.92 0 0.56
HSL 246.47º 0.85% 0.24% -
HSV(B) 246.47º 0.92% 0.44% -
XYZ 3.26 1.49 15.16 -
YUV 23.92 177.14 125.21 -
System Red Green Blue C M Y K H S L
Decimal 20 9 111 0.82 0.92 0 0.56 246.47 0.85 0.24
Hex 14 9 6F 52 5C 0 38 F6 55 18
Octal 24 11 157 122 134 0 70 366 125 30
Binary 10100 1001 1101111 1010010 1011100 0 111000 11110110 1010101 11000

Color Harmonies of #14096F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14096F

Black with #14096F

Text Example


Text Example

White with #14096F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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