Html Css Color HEX #14207C Midnight Blue

📋 copy color: '#14207C'

red 20 ◦ green 32 ◦ blue 124

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

Shades of Midnight Blue #14207C

Tints of Midnight Blue #14207C

RGB

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

 GREEN value IS 32 (12.89% from 255) = 18.18%

 BLUE value IS 124 (48.83% from 255) = 70.45%

R = 11.36%
G = 18.18%
B = 70.45%

CMYK

 C value IS 0.84

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14207C (or 0x14207C) is known color: Midnight Blue. HEX triplet: 14, 20 and 7C. RGB value is (20,32,124). Sum of RGB (Red+Green+Blue) = 20+32+124=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 32 (12.89% from 255 or 18.18% from 176); Blue value is 124 (48.83% from 255 or 70.45% from 176); Max value from RGB is 124 - color contains mainly: blue. Hex color #14207C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14207C is #EBDF83. Grayscale: #262626. Windows color (decimal): -15458180 or 8134676. OLE color: 8134676.

HSL color Cylindrical-coordinate representation of color #14207C: hue angle of 233.08º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14207C is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 32 124 -
CMYK 0.84 0.74 0 0.51
HSL 233.08º 0.72% 0.28% -
HSV(B) 233.08º 0.84% 0.49% -
XYZ 4.44 2.64 19.34 -
YUV 38.9 176.02 114.52 -
System Red Green Blue C M Y K H S L
Decimal 20 32 124 0.84 0.74 0 0.51 233.08 0.72 0.28
Hex 14 20 7C 54 4A 0 33 E9 48 1C
Octal 24 40 174 124 112 0 63 351 110 34
Binary 10100 100000 1111100 1010100 1001010 0 110011 11101001 1001000 11100

Color Harmonies of #14207C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14207C

Black with #14207C

Text Example


Text Example

White with #14207C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,32,124); }

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

background-color css

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

 a { background-color: rgb(20,32,124); }

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

border-color css

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

 span { border-color: rgb(20,32,124); }

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