Html Css Color HEX #14247F Midnight Blue

📋 copy color: '#14247F'

red 20 ◦ green 36 ◦ blue 127

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

Shades of Midnight Blue #14247F

Tints of Midnight Blue #14247F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 69.4%

R = 10.93%
G = 19.67%
B = 69.4%

CMYK

 C value IS 0.84

 M value IS 0.72

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14247F (or 0x14247F) is known color: Midnight Blue. HEX triplet: 14, 24 and 7F. RGB value is (20,36,127). Sum of RGB (Red+Green+Blue) = 20+36+127=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 36 (14.45% from 255 or 19.67% from 183); Blue value is 127 (50% from 255 or 69.40% from 183); Max value from RGB is 127 - color contains mainly: blue. Hex color #14247F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14247F is #EBDB80. Grayscale: #292929. Windows color (decimal): -15457153 or 8332308. OLE color: 8332308.

HSL color Cylindrical-coordinate representation of color #14247F: hue angle of 231.03º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #14247F is Cyan = 0.84, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 36 127 -
CMYK 0.84 0.72 0 0.50
HSL 231.03º 0.73% 0.29% -
HSV(B) 231.03º 0.84% 0.5% -
XYZ 4.75 2.94 20.4 -
YUV 41.59 176.2 112.6 -
System Red Green Blue C M Y K H S L
Decimal 20 36 127 0.84 0.72 0 0.50 231.03 0.73 0.29
Hex 14 24 7F 54 48 0 32 E7 49 1D
Octal 24 44 177 124 110 0 62 347 111 35
Binary 10100 100100 1111111 1010100 1001000 0 110010 11100111 1001001 11101

Color Harmonies of #14247F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14247F

Black with #14247F

Text Example


Text Example

White with #14247F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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