Html Css Color HEX #0E0162 Midnight Blue

📋 copy color: '#0E0162'

red 14 ◦ green 1 ◦ blue 98

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

Shades of Midnight Blue #0E0162

Tints of Midnight Blue #0E0162

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.88%

 BLUE value IS 98 (38.67% from 255) = 86.73%

R = 12.39%
G = 0.88%
B = 86.73%

CMYK

 C value IS 0.86

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#0E0162 (or 0x0E0162) is known color: Midnight Blue. HEX triplet: 0E, 01 and 62. RGB value is (14,1,98). Sum of RGB (Red+Green+Blue) = 14+1+98=113 (14% of max value = 765). Red value is 14 (5.86% from 255 or 12.39% from 113); Green value is 1 (0.78% from 255 or 0.88% from 113); Blue value is 98 (38.67% from 255 or 86.73% from 113); Max value from RGB is 98 - color contains mainly: blue. Hex color #0E0162 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E0162 is #F1FE9D. Grayscale: #0F0F0F. Windows color (decimal): -15859358 or 6422798. OLE color: 6422798.

HSL color Cylindrical-coordinate representation of color #0E0162: hue angle of 248.04º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E0162 is Cyan = 0.86, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 14 1 98 -
CMYK 0.86 0.99 0 0.62
HSL 248.04º 0.98% 0.19% -
HSV(B) 248.04º 0.99% 0.38% -
XYZ 2.4 1 11.62 -
YUV 15.95 174.31 126.61 -
System Red Green Blue C M Y K H S L
Decimal 14 1 98 0.86 0.99 0 0.62 248.04 0.98 0.19
Hex E 1 62 56 63 0 3E F8 62 13
Octal 16 1 142 126 143 0 76 370 142 23
Binary 1110 1 1100010 1010110 1100011 0 111110 11111000 1100010 10011

Color Harmonies of #0E0162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0162

Black with #0E0162

Text Example


Text Example

White with #0E0162

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,1,98); }

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

background-color css

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

 a { background-color: rgb(14,1,98); }

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

border-color css

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

 span { border-color: rgb(14,1,98); }

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