Html Css Color HEX #0E019C New Midnight Blue

📋 copy color: '#0E019C'

red 14 ◦ green 1 ◦ blue 156

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

Shades of New Midnight Blue #0E019C

Tints of New Midnight Blue #0E019C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 91.23%

R = 8.19%
G = 0.58%
B = 91.23%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E019C (or 0x0E019C) is known color: New Midnight Blue. HEX triplet: 0E, 01 and 9C. RGB value is (14,1,156). Sum of RGB (Red+Green+Blue) = 14+1+156=171 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.19% from 171); Green value is 1 (0.78% from 255 or 0.58% from 171); Blue value is 156 (61.33% from 255 or 91.23% from 171); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E019C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E019C is #F1FE63. Grayscale: #151515. Windows color (decimal): -15859300 or 10223886. OLE color: 10223886.

HSL color Cylindrical-coordinate representation of color #0E019C: hue angle of 245.03º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0E019C is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 14 1 156 -
CMYK 0.91 0.99 0 0.39
HSL 245.03º 0.99% 0.31% -
HSV(B) 245.03º 0.99% 0.61% -
XYZ 6.19 2.52 31.61 -
YUV 22.56 203.31 121.9 -
System Red Green Blue C M Y K H S L
Decimal 14 1 156 0.91 0.99 0 0.39 245.03 0.99 0.31
Hex E 1 9C 5B 63 0 27 F5 63 1F
Octal 16 1 234 133 143 0 47 365 143 37
Binary 1110 1 10011100 1011011 1100011 0 100111 11110101 1100011 11111

Color Harmonies of #0E019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E019C

Black with #0E019C

Text Example


Text Example

White with #0E019C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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