Html Css Color HEX #14267D Midnight Blue

📋 copy color: '#14267D'

red 20 ◦ green 38 ◦ blue 125

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

Shades of Midnight Blue #14267D

Tints of Midnight Blue #14267D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 20.77%

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

R = 10.93%
G = 20.77%
B = 68.31%

CMYK

 C value IS 0.84

 M value IS 0.70

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14267D (or 0x14267D) is known color: Midnight Blue. HEX triplet: 14, 26 and 7D. RGB value is (20,38,125). Sum of RGB (Red+Green+Blue) = 20+38+125=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 38 (15.23% from 255 or 20.77% from 183); Blue value is 125 (49.22% from 255 or 68.31% from 183); Max value from RGB is 125 - color contains mainly: blue. Hex color #14267D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14267D is #EBD982. Grayscale: #2A2A2A. Windows color (decimal): -15456643 or 8201748. OLE color: 8201748.

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

Color convert

RGB 20 38 125 -
CMYK 0.84 0.70 0 0.51
HSL 229.71º 0.72% 0.28% -
HSV(B) 229.71º 0.84% 0.49% -
XYZ 4.68 3.02 19.74 -
YUV 42.54 174.54 111.93 -
System Red Green Blue C M Y K H S L
Decimal 20 38 125 0.84 0.70 0 0.51 229.71 0.72 0.28
Hex 14 26 7D 54 46 0 33 E6 48 1C
Octal 24 46 175 124 106 0 63 346 110 34
Binary 10100 100110 1111101 1010100 1000110 0 110011 11100110 1001000 11100

Color Harmonies of #14267D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14267D

Black with #14267D

Text Example


Text Example

White with #14267D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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