Html Css Color HEX #14217D Midnight Blue

📋 copy color: '#14217D'

red 20 ◦ green 33 ◦ blue 125

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

Shades of Midnight Blue #14217D

Tints of Midnight Blue #14217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.54%

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

R = 11.24%
G = 18.54%
B = 70.22%

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

#14217D (or 0x14217D) is known color: Midnight Blue. HEX triplet: 14, 21 and 7D. RGB value is (20,33,125). Sum of RGB (Red+Green+Blue) = 20+33+125=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 33 (13.28% from 255 or 18.54% from 178); Blue value is 125 (49.22% from 255 or 70.22% from 178); Max value from RGB is 125 - color contains mainly: blue. Hex color #14217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14217D is #EBDE82. Grayscale: #272727. Windows color (decimal): -15457923 or 8200468. OLE color: 8200468.

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

Color convert

RGB 20 33 125 -
CMYK 0.84 0.74 0 0.51
HSL 232.57º 0.72% 0.28% -
HSV(B) 232.57º 0.84% 0.49% -
XYZ 4.53 2.72 19.69 -
YUV 39.6 176.19 114.02 -
System Red Green Blue C M Y K H S L
Decimal 20 33 125 0.84 0.74 0 0.51 232.57 0.72 0.28
Hex 14 21 7D 54 4A 0 33 E9 48 1C
Octal 24 41 175 124 112 0 63 351 110 34
Binary 10100 100001 1111101 1010100 1001010 0 110011 11101001 1001000 11100

Color Harmonies of #14217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14217D

Black with #14217D

Text Example


Text Example

White with #14217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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