Html Css Color HEX #0E1455 Midnight Blue

📋 copy color: '#0E1455'

red 14 ◦ green 20 ◦ blue 85

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

Shades of Midnight Blue #0E1455

Tints of Midnight Blue #0E1455

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.81%

 BLUE value IS 85 (33.59% from 255) = 71.43%

R = 11.76%
G = 16.81%
B = 71.43%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0E1455 (or 0x0E1455) is known color: Midnight Blue. HEX triplet: 0E, 14 and 55. RGB value is (14,20,85). Sum of RGB (Red+Green+Blue) = 14+20+85=119 (15% of max value = 765). Red value is 14 (5.86% from 255 or 11.76% from 119); Green value is 20 (8.20% from 255 or 16.81% from 119); Blue value is 85 (33.59% from 255 or 71.43% from 119); Max value from RGB is 85 - color contains mainly: blue. Hex color #0E1455 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1455 is #F1EBAA. Grayscale: #191919. Windows color (decimal): -15854507 or 5575694. OLE color: 5575694.

HSL color Cylindrical-coordinate representation of color #0E1455: hue angle of 234.93º degrees, saturation: 0.72, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1455 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 14 20 85 -
CMYK 0.84 0.76 0 0.67
HSL 234.93º 0.72% 0.19% -
HSV(B) 234.93º 0.84% 0.33% -
XYZ 2.07 1.25 8.73 -
YUV 25.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 14 20 85 0.84 0.76 0 0.67 234.93 0.72 0.19
Hex E 14 55 54 4C 0 43 EB 48 13
Octal 16 24 125 124 114 0 103 353 110 23
Binary 1110 10100 1010101 1010100 1001100 0 1000011 11101011 1001000 10011

Color Harmonies of #0E1455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1455

Black with #0E1455

Text Example


Text Example

White with #0E1455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,20,85); }

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

background-color css

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

 a { background-color: rgb(14,20,85); }

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

border-color css

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

 span { border-color: rgb(14,20,85); }

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