Html Css Color HEX #14294B Midnight

📋 copy color: '#14294B'

red 20 ◦ green 41 ◦ blue 75

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

Shades of Midnight #14294B

Tints of Midnight #14294B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 55.15%

R = 14.71%
G = 30.15%
B = 55.15%

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

#14294B (or 0x14294B) is known color: Midnight. HEX triplet: 14, 29 and 4B. RGB value is (20,41,75). Sum of RGB (Red+Green+Blue) = 20+41+75=136 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.71% from 136); Green value is 41 (16.41% from 255 or 30.15% from 136); Blue value is 75 (29.69% from 255 or 55.15% from 136); Max value from RGB is 75 - color contains mainly: blue. Hex color #14294B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14294B is #EBD6B4. Grayscale: #262626. Windows color (decimal): -15455925 or 4925716. OLE color: 4925716.

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

Color convert

RGB 20 41 75 -
CMYK 0.73 0.45 0 0.71
HSL 217.09º 0.58% 0.19% -
HSV(B) 217.09º 0.73% 0.29% -
XYZ 2.35 2.24 6.97 -
YUV 38.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 20 41 75 0.73 0.45 0 0.71 217.09 0.58 0.19
Hex 14 29 4B 49 2D 0 47 D9 3A 13
Octal 24 51 113 111 55 0 107 331 72 23
Binary 10100 101001 1001011 1001001 101101 0 1000111 11011001 111010 10011

Color Harmonies of #14294B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14294B

Black with #14294B

Text Example


Text Example

White with #14294B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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