Html Css Color HEX #14297F Midnight Blue

📋 copy color: '#14297F'

red 20 ◦ green 41 ◦ blue 127

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

Shades of Midnight Blue #14297F

Tints of Midnight Blue #14297F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 21.81%

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

R = 10.64%
G = 21.81%
B = 67.55%

CMYK

 C value IS 0.84

 M value IS 0.68

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#14297F (or 0x14297F) is known color: Midnight Blue. HEX triplet: 14, 29 and 7F. RGB value is (20,41,127). Sum of RGB (Red+Green+Blue) = 20+41+127=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 41 (16.41% from 255 or 21.81% from 188); Blue value is 127 (50% from 255 or 67.55% from 188); Max value from RGB is 127 - color contains mainly: blue. Hex color #14297F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #14297F is #EBD680. Grayscale: #2C2C2C. Windows color (decimal): -15455873 or 8333588. OLE color: 8333588.

HSL color Cylindrical-coordinate representation of color #14297F: hue angle of 228.22º 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 #14297F is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 20 41 127 -
CMYK 0.84 0.68 0 0.50
HSL 228.22º 0.73% 0.29% -
HSV(B) 228.22º 0.84% 0.5% -
XYZ 4.91 3.27 20.45 -
YUV 44.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 20 41 127 0.84 0.68 0 0.50 228.22 0.73 0.29
Hex 14 29 7F 54 44 0 32 E4 49 1D
Octal 24 51 177 124 104 0 62 344 111 35
Binary 10100 101001 1111111 1010100 1000100 0 110010 11100100 1001001 11101

Color Harmonies of #14297F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14297F

Black with #14297F

Text Example


Text Example

White with #14297F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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