Html Css Color HEX #0E2447 Midnight

📋 copy color: '#0E2447'

red 14 ◦ green 36 ◦ blue 71

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

Shades of Midnight #0E2447

Tints of Midnight #0E2447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 58.68%

R = 11.57%
G = 29.75%
B = 58.68%

CMYK

 C value IS 0.80

 M value IS 0.49

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#0E2447 (or 0x0E2447) is known color: Midnight. HEX triplet: 0E, 24 and 47. RGB value is (14,36,71). Sum of RGB (Red+Green+Blue) = 14+36+71=121 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.57% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 71 (28.12% from 255 or 58.68% from 121); Max value from RGB is 71 - color contains mainly: blue. Hex color #0E2447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2447 is #F1DBB8. Grayscale: #212121. Windows color (decimal): -15850425 or 4662286. OLE color: 4662286.

HSL color Cylindrical-coordinate representation of color #0E2447: hue angle of 216.84º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E2447 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 14 36 71 -
CMYK 0.80 0.49 0 0.72
HSL 216.84º 0.67% 0.17% -
HSV(B) 216.84º 0.8% 0.28% -
XYZ 1.95 1.81 6.21 -
YUV 33.41 149.21 114.15 -
System Red Green Blue C M Y K H S L
Decimal 14 36 71 0.80 0.49 0 0.72 216.84 0.67 0.17
Hex E 24 47 50 31 0 48 D9 43 11
Octal 16 44 107 120 61 0 110 331 103 21
Binary 1110 100100 1000111 1010000 110001 0 1001000 11011001 1000011 10001

Color Harmonies of #0E2447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2447

Black with #0E2447

Text Example


Text Example

White with #0E2447

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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