Html Css Color HEX #14233E Midnight Express

📋 copy color: '#14233E'

red 20 ◦ green 35 ◦ blue 62

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

Shades of Midnight Express #14233E

Tints of Midnight Express #14233E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 52.99%

R = 17.09%
G = 29.91%
B = 52.99%

CMYK

 C value IS 0.68

 M value IS 0.44

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#14233E (or 0x14233E) is known color: Midnight Express. HEX triplet: 14, 23 and 3E. RGB value is (20,35,62). Sum of RGB (Red+Green+Blue) = 20+35+62=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 35 (14.06% from 255 or 29.91% from 117); Blue value is 62 (24.61% from 255 or 52.99% from 117); Max value from RGB is 62 - color contains mainly: blue. Hex color #14233E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #14233E is #EBDCC1. Grayscale: #212121. Windows color (decimal): -15457474 or 4072212. OLE color: 4072212.

HSL color Cylindrical-coordinate representation of color #14233E: hue angle of 218.57º degrees, saturation: 0.51, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #14233E is Cyan = 0.68, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 20 35 62 -
CMYK 0.68 0.44 0 0.76
HSL 218.57º 0.51% 0.16% -
HSV(B) 218.57º 0.68% 0.24% -
XYZ 1.76 1.7 4.79 -
YUV 33.59 144.03 118.3 -
System Red Green Blue C M Y K H S L
Decimal 20 35 62 0.68 0.44 0 0.76 218.57 0.51 0.16
Hex 14 23 3E 44 2C 0 4C DB 33 10
Octal 24 43 76 104 54 0 114 333 63 20
Binary 10100 100011 111110 1000100 101100 0 1001100 11011011 110011 10000

Color Harmonies of #14233E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14233E

Black with #14233E

Text Example


Text Example

White with #14233E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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