Html Css Color HEX #0E2449 Midnight

📋 copy color: '#0E2449'

red 14 ◦ green 36 ◦ blue 73

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

Shades of Midnight #0E2449

Tints of Midnight #0E2449

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.27%

 BLUE value IS 73 (28.91% from 255) = 59.35%

R = 11.38%
G = 29.27%
B = 59.35%

CMYK

 C value IS 0.81

 M value IS 0.51

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#0E2449 (or 0x0E2449) is known color: Midnight. HEX triplet: 0E, 24 and 49. RGB value is (14,36,73). Sum of RGB (Red+Green+Blue) = 14+36+73=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 73 (28.91% from 255 or 59.35% from 123); Max value from RGB is 73 - color contains mainly: blue. Hex color #0E2449 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2449 is #F1DBB6. Grayscale: #212121. Windows color (decimal): -15850423 or 4793358. OLE color: 4793358.

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

Color convert

RGB 14 36 73 -
CMYK 0.81 0.51 0 0.71
HSL 217.63º 0.68% 0.17% -
HSV(B) 217.63º 0.81% 0.29% -
XYZ 2.01 1.84 6.55 -
YUV 33.64 150.21 113.99 -
System Red Green Blue C M Y K H S L
Decimal 14 36 73 0.81 0.51 0 0.71 217.63 0.68 0.17
Hex E 24 49 51 33 0 47 DA 44 11
Octal 16 44 111 121 63 0 107 332 104 21
Binary 1110 100100 1001001 1010001 110011 0 1000111 11011010 1000100 10001

Color Harmonies of #0E2449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2449

Black with #0E2449

Text Example


Text Example

White with #0E2449

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,36,73); }

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

background-color css

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

 a { background-color: rgb(14,36,73); }

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

border-color css

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

 span { border-color: rgb(14,36,73); }

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