Html Css Color HEX #0E1575 Midnight Blue

📋 copy color: '#0E1575'

red 14 ◦ green 21 ◦ blue 117

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

Shades of Midnight Blue #0E1575

Tints of Midnight Blue #0E1575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 76.97%

R = 9.21%
G = 13.82%
B = 76.97%

CMYK

 C value IS 0.88

 M value IS 0.82

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E1575 (or 0x0E1575) is known color: Midnight Blue. HEX triplet: 0E, 15 and 75. RGB value is (14,21,117). Sum of RGB (Red+Green+Blue) = 14+21+117=152 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.21% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 117 (46.09% from 255 or 76.97% from 152); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E1575 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1575 is #F1EA8A. Grayscale: #1D1D1D. Windows color (decimal): -15854219 or 7673102. OLE color: 7673102.

HSL color Cylindrical-coordinate representation of color #0E1575: hue angle of 235.92º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0E1575 is Cyan = 0.88, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 21 117 -
CMYK 0.88 0.82 0 0.54
HSL 235.92º 0.79% 0.26% -
HSV(B) 235.92º 0.88% 0.46% -
XYZ 3.66 1.91 17.01 -
YUV 29.85 177.18 116.69 -
System Red Green Blue C M Y K H S L
Decimal 14 21 117 0.88 0.82 0 0.54 235.92 0.79 0.26
Hex E 15 75 58 52 0 36 EC 4F 1A
Octal 16 25 165 130 122 0 66 354 117 32
Binary 1110 10101 1110101 1011000 1010010 0 110110 11101100 1001111 11010

Color Harmonies of #0E1575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1575

Black with #0E1575

Text Example


Text Example

White with #0E1575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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