Html Css Color HEX #14214C Midnight Express

📋 copy color: '#14214C'

red 20 ◦ green 33 ◦ blue 76

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

Shades of Midnight Express #14214C

Tints of Midnight Express #14214C

RGB

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

 GREEN value IS 33 (13.28% from 255) = 25.58%

 BLUE value IS 76 (30.08% from 255) = 58.91%

R = 15.5%
G = 25.58%
B = 58.91%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#14214C (or 0x14214C) is known color: Midnight Express. HEX triplet: 14, 21 and 4C. RGB value is (20,33,76). Sum of RGB (Red+Green+Blue) = 20+33+76=129 (17% of max value = 765). Red value is 20 (8.20% from 255 or 15.50% from 129); Green value is 33 (13.28% from 255 or 25.58% from 129); Blue value is 76 (30.08% from 255 or 58.91% from 129); Max value from RGB is 76 - color contains mainly: blue. Hex color #14214C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14214C is #EBDEB3. Grayscale: #212121. Windows color (decimal): -15457972 or 4989204. OLE color: 4989204.

HSL color Cylindrical-coordinate representation of color #14214C: hue angle of 226.07º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14214C is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 20 33 76 -
CMYK 0.74 0.57 0 0.70
HSL 226.07º 0.58% 0.19% -
HSV(B) 226.07º 0.74% 0.3% -
XYZ 2.14 1.76 7.06 -
YUV 34.02 151.69 118 -
System Red Green Blue C M Y K H S L
Decimal 20 33 76 0.74 0.57 0 0.70 226.07 0.58 0.19
Hex 14 21 4C 4A 39 0 46 E2 3A 13
Octal 24 41 114 112 71 0 106 342 72 23
Binary 10100 100001 1001100 1001010 111001 0 1000110 11100010 111010 10011

Color Harmonies of #14214C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14214C

Black with #14214C

Text Example


Text Example

White with #14214C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14214C; }

 p { color: rgb(20,33,76); }

 H1.HeaderClassName
 {
   color: #14214C;
 }
 .AnyTagClassName
 {
   color: #14214C;
 }
</style>

background-color css

<style>
 a { background-color: #14214C; }

 a { background-color: rgb(20,33,76); }

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

border-color css

<style>
 span { border-color: #14214C; }

 span { border-color: rgb(20,33,76); }

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