Html Css Color HEX #0E165A Midnight Blue

📋 copy color: '#0E165A'

red 14 ◦ green 22 ◦ blue 90

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

Shades of Midnight Blue #0E165A

Tints of Midnight Blue #0E165A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 71.43%

R = 11.11%
G = 17.46%
B = 71.43%

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

#0E165A (or 0x0E165A) is known color: Midnight Blue. HEX triplet: 0E, 16 and 5A. RGB value is (14,22,90). Sum of RGB (Red+Green+Blue) = 14+22+90=126 (16% of max value = 765). Red value is 14 (5.86% from 255 or 11.11% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 90 (35.55% from 255 or 71.43% from 126); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E165A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E165A is #F1E9A5. Grayscale: #1B1B1B. Windows color (decimal): -15853990 or 5903886. OLE color: 5903886.

HSL color Cylindrical-coordinate representation of color #0E165A: hue angle of 233.68º 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 #0E165A is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 14 22 90 -
CMYK 0.84 0.76 0 0.65
HSL 233.68º 0.73% 0.2% -
HSV(B) 233.68º 0.84% 0.35% -
XYZ 2.31 1.41 9.82 -
YUV 27.36 163.35 118.47 -
System Red Green Blue C M Y K H S L
Decimal 14 22 90 0.84 0.76 0 0.65 233.68 0.73 0.2
Hex E 16 5A 54 4C 0 41 EA 49 14
Octal 16 26 132 124 114 0 101 352 111 24
Binary 1110 10110 1011010 1010100 1001100 0 1000001 11101010 1001001 10100

Color Harmonies of #0E165A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E165A

Black with #0E165A

Text Example


Text Example

White with #0E165A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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