Html Css Color HEX #14095D Midnight Blue

📋 copy color: '#14095D'

red 20 ◦ green 9 ◦ blue 93

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

Shades of Midnight Blue #14095D

Tints of Midnight Blue #14095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 76.23%

R = 16.39%
G = 7.38%
B = 76.23%

CMYK

 C value IS 0.78

 M value IS 0.90

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#14095D (or 0x14095D) is known color: Midnight Blue. HEX triplet: 14, 09 and 5D. RGB value is (20,9,93). Sum of RGB (Red+Green+Blue) = 20+9+93=122 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.39% from 122); Green value is 9 (3.91% from 255 or 7.38% from 122); Blue value is 93 (36.72% from 255 or 76.23% from 122); Max value from RGB is 93 - color contains mainly: blue. Hex color #14095D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14095D is #EBF6A2. Grayscale: #151515. Windows color (decimal): -15464099 or 6097172. OLE color: 6097172.

HSL color Cylindrical-coordinate representation of color #14095D: hue angle of 247.86º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14095D is Cyan = 0.78, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 20 9 93 -
CMYK 0.78 0.90 0 0.64
HSL 247.86º 0.82% 0.2% -
HSV(B) 247.86º 0.9% 0.36% -
XYZ 2.36 1.13 10.45 -
YUV 21.87 168.14 126.67 -
System Red Green Blue C M Y K H S L
Decimal 20 9 93 0.78 0.90 0 0.64 247.86 0.82 0.2
Hex 14 9 5D 4E 5A 0 40 F8 52 14
Octal 24 11 135 116 132 0 100 370 122 24
Binary 10100 1001 1011101 1001110 1011010 0 1000000 11111000 1010010 10100

Color Harmonies of #14095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14095D

Black with #14095D

Text Example


Text Example

White with #14095D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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