Html Css Color HEX #14227D Midnight Blue

📋 copy color: '#14227D'

red 20 ◦ green 34 ◦ blue 125

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

Shades of Midnight Blue #14227D

Tints of Midnight Blue #14227D

RGB

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

 GREEN value IS 34 (13.67% from 255) = 18.99%

 BLUE value IS 125 (49.22% from 255) = 69.83%

R = 11.17%
G = 18.99%
B = 69.83%

CMYK

 C value IS 0.84

 M value IS 0.73

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14227D (or 0x14227D) is known color: Midnight Blue. HEX triplet: 14, 22 and 7D. RGB value is (20,34,125). Sum of RGB (Red+Green+Blue) = 20+34+125=179 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.17% from 179); Green value is 34 (13.67% from 255 or 18.99% from 179); Blue value is 125 (49.22% from 255 or 69.83% from 179); Max value from RGB is 125 - color contains mainly: blue. Hex color #14227D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14227D is #EBDD82. Grayscale: #272727. Windows color (decimal): -15457667 or 8200724. OLE color: 8200724.

HSL color Cylindrical-coordinate representation of color #14227D: hue angle of 232º 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 #14227D is Cyan = 0.84, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 20 34 125 -
CMYK 0.84 0.73 0 0.51
HSL 232º 0.72% 0.28% -
HSV(B) 232º 0.84% 0.49% -
XYZ 4.56 2.77 19.7 -
YUV 40.19 175.86 113.6 -
System Red Green Blue C M Y K H S L
Decimal 20 34 125 0.84 0.73 0 0.51 232 0.72 0.28
Hex 14 22 7D 54 49 0 33 E8 48 1C
Octal 24 42 175 124 111 0 63 350 110 34
Binary 10100 100010 1111101 1010100 1001001 0 110011 11101000 1001000 11100

Color Harmonies of #14227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14227D

Black with #14227D

Text Example


Text Example

White with #14227D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,34,125); }

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

background-color css

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

 a { background-color: rgb(20,34,125); }

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

border-color css

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

 span { border-color: rgb(20,34,125); }

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