Html Css Color HEX #0E1875 Midnight Blue

📋 copy color: '#0E1875'

red 14 ◦ green 24 ◦ blue 117

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

Shades of Midnight Blue #0E1875

Tints of Midnight Blue #0E1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.48%

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

R = 9.03%
G = 15.48%
B = 75.48%

CMYK

 C value IS 0.88

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E1875 (or 0x0E1875) is known color: Midnight Blue. HEX triplet: 0E, 18 and 75. RGB value is (14,24,117). Sum of RGB (Red+Green+Blue) = 14+24+117=155 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.03% from 155); Green value is 24 (9.77% from 255 or 15.48% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E1875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1875 is #F1E78A. Grayscale: #1F1F1F. Windows color (decimal): -15853451 or 7673870. OLE color: 7673870.

HSL color Cylindrical-coordinate representation of color #0E1875: hue angle of 234.17º 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 #0E1875 is Cyan = 0.88, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 14 24 117 -
CMYK 0.88 0.79 0 0.54
HSL 234.17º 0.79% 0.26% -
HSV(B) 234.17º 0.88% 0.46% -
XYZ 3.72 2.03 17.03 -
YUV 31.61 176.19 115.44 -
System Red Green Blue C M Y K H S L
Decimal 14 24 117 0.88 0.79 0 0.54 234.17 0.79 0.26
Hex E 18 75 58 4F 0 36 EA 4F 1A
Octal 16 30 165 130 117 0 66 352 117 32
Binary 1110 11000 1110101 1011000 1001111 0 110110 11101010 1001111 11010

Color Harmonies of #0E1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1875

Black with #0E1875

Text Example


Text Example

White with #0E1875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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