Html Css Color HEX #14237D Midnight Blue

📋 copy color: '#14237D'

red 20 ◦ green 35 ◦ blue 125

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

Shades of Midnight Blue #14237D

Tints of Midnight Blue #14237D

RGB

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

 GREEN value IS 35 (14.06% from 255) = 19.44%

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

R = 11.11%
G = 19.44%
B = 69.44%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14237D (or 0x14237D) is known color: Midnight Blue. HEX triplet: 14, 23 and 7D. RGB value is (20,35,125). Sum of RGB (Red+Green+Blue) = 20+35+125=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 35 (14.06% from 255 or 19.44% from 180); Blue value is 125 (49.22% from 255 or 69.44% from 180); Max value from RGB is 125 - color contains mainly: blue. Hex color #14237D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14237D is #EBDC82. Grayscale: #282828. Windows color (decimal): -15457411 or 8200980. OLE color: 8200980.

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

Color convert

RGB 20 35 125 -
CMYK 0.84 0.72 0 0.51
HSL 231.43º 0.72% 0.28% -
HSV(B) 231.43º 0.84% 0.49% -
XYZ 4.59 2.83 19.71 -
YUV 40.78 175.53 113.18 -
System Red Green Blue C M Y K H S L
Decimal 20 35 125 0.84 0.72 0 0.51 231.43 0.72 0.28
Hex 14 23 7D 54 48 0 33 E7 48 1C
Octal 24 43 175 124 110 0 63 347 110 34
Binary 10100 100011 1111101 1010100 1001000 0 110011 11100111 1001000 11100

Color Harmonies of #14237D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14237D

Black with #14237D

Text Example


Text Example

White with #14237D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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