Html Css Color HEX #0E2180 Midnight Blue

📋 copy color: '#0E2180'

red 14 ◦ green 33 ◦ blue 128

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

Shades of Midnight Blue #0E2180

Tints of Midnight Blue #0E2180

RGB

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

 GREEN value IS 33 (13.28% from 255) = 18.86%

 BLUE value IS 128 (50.39% from 255) = 73.14%

R = 8%
G = 18.86%
B = 73.14%

CMYK

 C value IS 0.89

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#0E2180 (or 0x0E2180) is known color: Midnight Blue. HEX triplet: 0E, 21 and 80. RGB value is (14,33,128). Sum of RGB (Red+Green+Blue) = 14+33+128=175 (23% of max value = 765). Red value is 14 (5.86% from 255 or 8% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 128 (50.39% from 255 or 73.14% from 175); Max value from RGB is 128 - color contains mainly: blue. Hex color #0E2180 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0E2180 is #F1DE7F. Grayscale: #252525. Windows color (decimal): -15851136 or 8397070. OLE color: 8397070.

HSL color Cylindrical-coordinate representation of color #0E2180: hue angle of 230º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0E2180 is Cyan = 0.89, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 14 33 128 -
CMYK 0.89 0.74 0 0.50
HSL 230º 0.8% 0.28% -
HSV(B) 230º 0.89% 0.5% -
XYZ 4.62 2.74 20.71 -
YUV 38.15 178.71 110.78 -
System Red Green Blue C M Y K H S L
Decimal 14 33 128 0.89 0.74 0 0.50 230 0.8 0.28
Hex E 21 80 59 4A 0 32 E6 50 1C
Octal 16 41 200 131 112 0 62 346 120 34
Binary 1110 100001 10000000 1011001 1001010 0 110010 11100110 1010000 11100

Color Harmonies of #0E2180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E2180

Black with #0E2180

Text Example


Text Example

White with #0E2180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,33,128); }

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

background-color css

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

 a { background-color: rgb(14,33,128); }

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

border-color css

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

 span { border-color: rgb(14,33,128); }

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