Html Css Color HEX #0E009C New Midnight Blue

📋 copy color: '#0E009C'

red 14 ◦ green 0 ◦ blue 156

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

Shades of New Midnight Blue #0E009C

Tints of New Midnight Blue #0E009C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 8.24%
G = 0%
B = 91.76%

CMYK

 C value IS 0.91

 M value IS 1

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0E009C (or 0x0E009C) is known color: New Midnight Blue. HEX triplet: 0E, 00 and 9C. RGB value is (14,0,156). Sum of RGB (Red+Green+Blue) = 14+0+156=170 (22% of max value = 765). Red value is 14 (5.86% from 255 or 8.24% from 170); Green value is 0 (0.39% from 255 or 0% from 170); Blue value is 156 (61.33% from 255 or 91.76% from 170); Max value from RGB is 156 - color contains mainly: blue. Hex color #0E009C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E009C is #F1FF63. Grayscale: #151515. Windows color (decimal): -15859556 or 10223630. OLE color: 10223630.

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

Color convert

RGB 14 0 156 -
CMYK 0.91 1 0 0.39
HSL 245.38º 1% 0.31% -
HSV(B) 245.38º 1% 0.61% -
XYZ 6.18 2.49 31.61 -
YUV 21.97 203.64 122.32 -
System Red Green Blue C M Y K H S L
Decimal 14 0 156 0.91 1 0 0.39 245.38 1 0.31
Hex E 0 9C 5B 64 0 27 F5 64 1F
Octal 16 0 234 133 144 0 47 365 144 37
Binary 1110 0 10011100 1011011 1100100 0 100111 11110101 1100100 11111

Color Harmonies of #0E009C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E009C

Black with #0E009C

Text Example


Text Example

White with #0E009C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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