Html Css Color HEX #0E224A Midnight Express

📋 copy color: '#0E224A'

red 14 ◦ green 34 ◦ blue 74

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

Shades of Midnight Express #0E224A

Tints of Midnight Express #0E224A

RGB

 RED value IS 14 (5.86% from 255) = 11.48%

 GREEN value IS 34 (13.67% from 255) = 27.87%

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

R = 11.48%
G = 27.87%
B = 60.66%

CMYK

 C value IS 0.81

 M value IS 0.54

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E224A (or 0x0E224A) is known color: Midnight Express. HEX triplet: 0E, 22 and 4A. RGB value is (14,34,74). Sum of RGB (Red+Green+Blue) = 14+34+74=122 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.48% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 74 (29.30% from 255 or 60.66% from 122); Max value from RGB is 74 - color contains mainly: blue. Hex color #0E224A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E224A is #F1DDB5. Grayscale: #202020. Windows color (decimal): -15850934 or 4858382. OLE color: 4858382.

HSL color Cylindrical-coordinate representation of color #0E224A: hue angle of 220º degrees, saturation: 0.68, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0E224A is Cyan = 0.81, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 34 74 -
CMYK 0.81 0.54 0 0.71
HSL 220º 0.68% 0.17% -
HSV(B) 220º 0.81% 0.29% -
XYZ 1.99 1.73 6.71 -
YUV 32.58 151.37 114.75 -
System Red Green Blue C M Y K H S L
Decimal 14 34 74 0.81 0.54 0 0.71 220 0.68 0.17
Hex E 22 4A 51 36 0 47 DC 44 11
Octal 16 42 112 121 66 0 107 334 104 21
Binary 1110 100010 1001010 1010001 110110 0 1000111 11011100 1000100 10001

Color Harmonies of #0E224A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E224A

Black with #0E224A

Text Example


Text Example

White with #0E224A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0E224A; }

 p { color: rgb(14,34,74); }

 H1.HeaderClassName
 {
   color: #0E224A;
 }
 .AnyTagClassName
 {
   color: #0E224A;
 }
</style>

background-color css

<style>
 a { background-color: #0E224A; }

 a { background-color: rgb(14,34,74); }

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

border-color css

<style>
 span { border-color: #0E224A; }

 span { border-color: rgb(14,34,74); }

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