Html Css Color HEX #14294A Midnight

📋 copy color: '#14294A'

red 20 ◦ green 41 ◦ blue 74

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

Shades of Midnight #14294A

Tints of Midnight #14294A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 54.81%

R = 14.81%
G = 30.37%
B = 54.81%

CMYK

 C value IS 0.73

 M value IS 0.45

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#14294A (or 0x14294A) is known color: Midnight. HEX triplet: 14, 29 and 4A. RGB value is (20,41,74). Sum of RGB (Red+Green+Blue) = 20+41+74=135 (17% of max value = 765). Red value is 20 (8.20% from 255 or 14.81% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 74 (29.30% from 255 or 54.81% from 135); Max value from RGB is 74 - color contains mainly: blue. Hex color #14294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14294A is #EBD6B5. Grayscale: #262626. Windows color (decimal): -15455926 or 4860180. OLE color: 4860180.

HSL color Cylindrical-coordinate representation of color #14294A: hue angle of 216.67º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #14294A is Cyan = 0.73, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 20 41 74 -
CMYK 0.73 0.45 0 0.71
HSL 216.67º 0.57% 0.18% -
HSV(B) 216.67º 0.73% 0.29% -
XYZ 2.32 2.23 6.79 -
YUV 38.48 148.04 114.82 -
System Red Green Blue C M Y K H S L
Decimal 20 41 74 0.73 0.45 0 0.71 216.67 0.57 0.18
Hex 14 29 4A 49 2D 0 47 D9 39 12
Octal 24 51 112 111 55 0 107 331 71 22
Binary 10100 101001 1001010 1001001 101101 0 1000111 11011001 111001 10010

Color Harmonies of #14294A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14294A

Black with #14294A

Text Example


Text Example

White with #14294A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14294A; }

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

 H1.HeaderClassName
 {
   color: #14294A;
 }
 .AnyTagClassName
 {
   color: #14294A;
 }
</style>

background-color css

<style>
 a { background-color: #14294A; }

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

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

border-color css

<style>
 span { border-color: #14294A; }

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

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