Html Css Color HEX #0E1675 Midnight Blue

📋 copy color: '#0E1675'

red 14 ◦ green 22 ◦ blue 117

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

Shades of Midnight Blue #0E1675

Tints of Midnight Blue #0E1675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 14.38%

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

R = 9.15%
G = 14.38%
B = 76.47%

CMYK

 C value IS 0.88

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0E1675 (or 0x0E1675) is known color: Midnight Blue. HEX triplet: 0E, 16 and 75. RGB value is (14,22,117). Sum of RGB (Red+Green+Blue) = 14+22+117=153 (20% of max value = 765). Red value is 14 (5.86% from 255 or 9.15% from 153); Green value is 22 (8.98% from 255 or 14.38% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #0E1675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E1675 is #F1E98A. Grayscale: #1E1E1E. Windows color (decimal): -15853963 or 7673358. OLE color: 7673358.

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

Color convert

RGB 14 22 117 -
CMYK 0.88 0.81 0 0.54
HSL 235.34º 0.79% 0.26% -
HSV(B) 235.34º 0.88% 0.46% -
XYZ 3.68 1.95 17.01 -
YUV 30.44 176.85 116.28 -
System Red Green Blue C M Y K H S L
Decimal 14 22 117 0.88 0.81 0 0.54 235.34 0.79 0.26
Hex E 16 75 58 51 0 36 EB 4F 1A
Octal 16 26 165 130 121 0 66 353 117 32
Binary 1110 10110 1110101 1011000 1010001 0 110110 11101011 1001111 11010

Color Harmonies of #0E1675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E1675

Black with #0E1675

Text Example


Text Example

White with #0E1675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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