Html Css Color HEX #0E09A0 New Midnight Blue

📋 copy color: '#0E09A0'

red 14 ◦ green 9 ◦ blue 160

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

Shades of New Midnight Blue #0E09A0

Tints of New Midnight Blue #0E09A0

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.92%

 BLUE value IS 160 (62.89% from 255) = 87.43%

R = 7.65%
G = 4.92%
B = 87.43%

CMYK

 C value IS 0.91

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0E09A0 (or 0x0E09A0) is known color: New Midnight Blue. HEX triplet: 0E, 09 and A0. RGB value is (14,9,160). Sum of RGB (Red+Green+Blue) = 14+9+160=183 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.65% from 183); Green value is 9 (3.91% from 255 or 4.92% from 183); Blue value is 160 (62.89% from 255 or 87.43% from 183); Max value from RGB is 160 - color contains mainly: blue. Hex color #0E09A0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E09A0 is #F1F65F. Grayscale: #1B1B1B. Windows color (decimal): -15857248 or 10488078. OLE color: 10488078.

HSL color Cylindrical-coordinate representation of color #0E09A0: hue angle of 241.99º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E09A0 is Cyan = 0.91, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 14 9 160 -
CMYK 0.91 0.94 0 0.37
HSL 241.99º 0.89% 0.33% -
HSV(B) 241.99º 0.94% 0.63% -
XYZ 6.62 2.83 33.45 -
YUV 27.71 202.66 118.22 -
System Red Green Blue C M Y K H S L
Decimal 14 9 160 0.91 0.94 0 0.37 241.99 0.89 0.33
Hex E 9 A0 5B 5E 0 25 F2 59 21
Octal 16 11 240 133 136 0 45 362 131 41
Binary 1110 1001 10100000 1011011 1011110 0 100101 11110010 1011001 100001

Color Harmonies of #0E09A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E09A0

Black with #0E09A0

Text Example


Text Example

White with #0E09A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,9,160); }

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

background-color css

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

 a { background-color: rgb(14,9,160); }

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

border-color css

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

 span { border-color: rgb(14,9,160); }

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