Html Css Color HEX #0E224B Midnight Express

📋 copy color: '#0E224B'

red 14 ◦ green 34 ◦ blue 75

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

Shades of Midnight Express #0E224B

Tints of Midnight Express #0E224B

RGB

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

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

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

R = 11.38%
G = 27.64%
B = 60.98%

CMYK

 C value IS 0.81

 M value IS 0.55

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E224B (or 0x0E224B) is known color: Midnight Express. HEX triplet: 0E, 22 and 4B. RGB value is (14,34,75). Sum of RGB (Red+Green+Blue) = 14+34+75=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 75 (29.69% from 255 or 60.98% from 123); Max value from RGB is 75 - color contains mainly: blue. Hex color #0E224B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E224B is #F1DDB4. Grayscale: #202020. Windows color (decimal): -15850933 or 4923918. OLE color: 4923918.

HSL color Cylindrical-coordinate representation of color #0E224B: hue angle of 220.33º degrees, saturation: 0.69, 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 #0E224B is Cyan = 0.81, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 14 34 75 -
CMYK 0.81 0.55 0 0.71
HSL 220.33º 0.69% 0.17% -
HSV(B) 220.33º 0.81% 0.29% -
XYZ 2.02 1.75 6.89 -
YUV 32.69 151.87 114.67 -
System Red Green Blue C M Y K H S L
Decimal 14 34 75 0.81 0.55 0 0.71 220.33 0.69 0.17
Hex E 22 4B 51 37 0 47 DC 45 11
Octal 16 42 113 121 67 0 107 334 105 21
Binary 1110 100010 1001011 1010001 110111 0 1000111 11011100 1000101 10001

Color Harmonies of #0E224B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E224B

Black with #0E224B

Text Example


Text Example

White with #0E224B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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