Html Css Color HEX #0E09AD New Midnight Blue

📋 copy color: '#0E09AD'

red 14 ◦ green 9 ◦ blue 173

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

Shades of New Midnight Blue #0E09AD

Tints of New Midnight Blue #0E09AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 88.27%

R = 7.14%
G = 4.59%
B = 88.27%

CMYK

 C value IS 0.92

 M value IS 0.95

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E09AD (or 0x0E09AD) is known color: New Midnight Blue. HEX triplet: 0E, 09 and AD. RGB value is (14,9,173). Sum of RGB (Red+Green+Blue) = 14+9+173=196 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.14% from 196); Green value is 9 (3.91% from 255 or 4.59% from 196); Blue value is 173 (67.97% from 255 or 88.27% from 196); Max value from RGB is 173 - color contains mainly: blue. Hex color #0E09AD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E09AD is #F1F652. Grayscale: #1C1C1C. Windows color (decimal): -15857235 or 11340046. OLE color: 11340046.

HSL color Cylindrical-coordinate representation of color #0E09AD: hue angle of 241.83º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0E09AD is Cyan = 0.92, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 14 9 173 -
CMYK 0.92 0.95 0 0.32
HSL 241.83º 0.9% 0.36% -
HSV(B) 241.83º 0.95% 0.68% -
XYZ 7.82 3.31 39.76 -
YUV 29.19 209.16 117.16 -
System Red Green Blue C M Y K H S L
Decimal 14 9 173 0.92 0.95 0 0.32 241.83 0.9 0.36
Hex E 9 AD 5C 5F 0 20 F2 5A 24
Octal 16 11 255 134 137 0 40 362 132 44
Binary 1110 1001 10101101 1011100 1011111 0 100000 11110010 1011010 100100

Color Harmonies of #0E09AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E09AD

Black with #0E09AD

Text Example


Text Example

White with #0E09AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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