Html Css Color HEX #0E0460 Midnight Blue

📋 copy color: '#0E0460'

red 14 ◦ green 4 ◦ blue 96

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

Shades of Midnight Blue #0E0460

Tints of Midnight Blue #0E0460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.51%

 BLUE value IS 96 (37.89% from 255) = 84.21%

R = 12.28%
G = 3.51%
B = 84.21%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0E0460 (or 0x0E0460) is known color: Midnight Blue. HEX triplet: 0E, 04 and 60. RGB value is (14,4,96). Sum of RGB (Red+Green+Blue) = 14+4+96=114 (15% of max value = 765). Red value is 14 (5.86% from 255 or 12.28% from 114); Green value is 4 (1.95% from 255 or 3.51% from 114); Blue value is 96 (37.89% from 255 or 84.21% from 114); Max value from RGB is 96 - color contains mainly: blue. Hex color #0E0460 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0460 is #F1FB9F. Grayscale: #111111. Windows color (decimal): -15858592 or 6292494. OLE color: 6292494.

HSL color Cylindrical-coordinate representation of color #0E0460: hue angle of 246.52º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E0460 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 4 96 -
CMYK 0.85 0.96 0 0.62
HSL 246.52º 0.92% 0.2% -
HSV(B) 246.52º 0.96% 0.38% -
XYZ 2.34 1.02 11.14 -
YUV 17.48 172.31 125.52 -
System Red Green Blue C M Y K H S L
Decimal 14 4 96 0.85 0.96 0 0.62 246.52 0.92 0.2
Hex E 4 60 55 60 0 3E F7 5C 14
Octal 16 4 140 125 140 0 76 367 134 24
Binary 1110 100 1100000 1010101 1100000 0 111110 11110111 1011100 10100

Color Harmonies of #0E0460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0460

Black with #0E0460

Text Example


Text Example

White with #0E0460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,4,96); }

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

background-color css

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

 a { background-color: rgb(14,4,96); }

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

border-color css

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

 span { border-color: rgb(14,4,96); }

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