Html Css Color HEX #0E1558 Midnight Blue

📋 copy color: '#0E1558'

red 14 ◦ green 21 ◦ blue 88

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

Shades of Midnight Blue #0E1558

Tints of Midnight Blue #0E1558

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.07%

 BLUE value IS 88 (34.77% from 255) = 71.54%

R = 11.38%
G = 17.07%
B = 71.54%

CMYK

 C value IS 0.84

 M value IS 0.76

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0E1558 (or 0x0E1558) is known color: Midnight Blue. HEX triplet: 0E, 15 and 58. RGB value is (14,21,88). Sum of RGB (Red+Green+Blue) = 14+21+88=123 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.38% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 88 (34.77% from 255 or 71.54% from 123); Max value from RGB is 88 - color contains mainly: blue. Hex color #0E1558 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1558 is #F1EAA7. Grayscale: #1A1A1A. Windows color (decimal): -15854248 or 5772558. OLE color: 5772558.

HSL color Cylindrical-coordinate representation of color #0E1558: hue angle of 234.32º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0E1558 is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 21 88 -
CMYK 0.84 0.76 0 0.65
HSL 234.32º 0.73% 0.2% -
HSV(B) 234.32º 0.84% 0.35% -
XYZ 2.21 1.33 9.37 -
YUV 26.55 162.68 119.05 -
System Red Green Blue C M Y K H S L
Decimal 14 21 88 0.84 0.76 0 0.65 234.32 0.73 0.2
Hex E 15 58 54 4C 0 41 EA 49 14
Octal 16 25 130 124 114 0 101 352 111 24
Binary 1110 10101 1011000 1010100 1001100 0 1000001 11101010 1001001 10100

Color Harmonies of #0E1558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1558

Black with #0E1558

Text Example


Text Example

White with #0E1558

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,21,88); }

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

background-color css

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

 a { background-color: rgb(14,21,88); }

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

border-color css

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

 span { border-color: rgb(14,21,88); }

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