Html Css Color HEX #14233A Midnight Express

📋 copy color: '#14233A'

red 20 ◦ green 35 ◦ blue 58

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

Shades of Midnight Express #14233A

Tints of Midnight Express #14233A

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

 BLUE value IS 58 (23.05% from 255) = 51.33%

R = 17.7%
G = 30.97%
B = 51.33%

CMYK

 C value IS 0.66

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#14233A (or 0x14233A) is known color: Midnight Express. HEX triplet: 14, 23 and 3A. RGB value is (20,35,58). Sum of RGB (Red+Green+Blue) = 20+35+58=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 58 (23.05% from 255 or 51.33% from 113); Max value from RGB is 58 - color contains mainly: blue. Hex color #14233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14233A is #EBDCC5. Grayscale: #212121. Windows color (decimal): -15457478 or 3810068. OLE color: 3810068.

HSL color Cylindrical-coordinate representation of color #14233A: hue angle of 216.32º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #14233A is Cyan = 0.66, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 20 35 58 -
CMYK 0.66 0.40 0 0.77
HSL 216.32º 0.49% 0.15% -
HSV(B) 216.32º 0.66% 0.23% -
XYZ 1.65 1.66 4.24 -
YUV 33.14 142.03 118.63 -
System Red Green Blue C M Y K H S L
Decimal 20 35 58 0.66 0.40 0 0.77 216.32 0.49 0.15
Hex 14 23 3A 42 28 0 4D D8 31 F
Octal 24 43 72 102 50 0 115 330 61 17
Binary 10100 100011 111010 1000010 101000 0 1001101 11011000 110001 1111

Color Harmonies of #14233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14233A

Black with #14233A

Text Example


Text Example

White with #14233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,35,58); }

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

background-color css

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

 a { background-color: rgb(20,35,58); }

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

border-color css

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

 span { border-color: rgb(20,35,58); }

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