Html Css Color HEX #14247D Midnight Blue

📋 copy color: '#14247D'

red 20 ◦ green 36 ◦ blue 125

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

Shades of Midnight Blue #14247D

Tints of Midnight Blue #14247D

RGB

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

 GREEN value IS 36 (14.45% from 255) = 19.89%

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

R = 11.05%
G = 19.89%
B = 69.06%

CMYK

 C value IS 0.84

 M value IS 0.71

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#14247D (or 0x14247D) is known color: Midnight Blue. HEX triplet: 14, 24 and 7D. RGB value is (20,36,125). Sum of RGB (Red+Green+Blue) = 20+36+125=181 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.05% from 181); Green value is 36 (14.45% from 255 or 19.89% from 181); Blue value is 125 (49.22% from 255 or 69.06% from 181); Max value from RGB is 125 - color contains mainly: blue. Hex color #14247D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14247D is #EBDB82. Grayscale: #282828. Windows color (decimal): -15457155 or 8201236. OLE color: 8201236.

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

Color convert

RGB 20 36 125 -
CMYK 0.84 0.71 0 0.51
HSL 230.86º 0.72% 0.28% -
HSV(B) 230.86º 0.84% 0.49% -
XYZ 4.62 2.89 19.72 -
YUV 41.36 175.2 112.76 -
System Red Green Blue C M Y K H S L
Decimal 20 36 125 0.84 0.71 0 0.51 230.86 0.72 0.28
Hex 14 24 7D 54 47 0 33 E7 48 1C
Octal 24 44 175 124 107 0 63 347 110 34
Binary 10100 100100 1111101 1010100 1000111 0 110011 11100111 1001000 11100

Color Harmonies of #14247D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14247D

Black with #14247D

Text Example


Text Example

White with #14247D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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