Html Css Color HEX #0E09A4 New Midnight Blue

📋 copy color: '#0E09A4'

red 14 ◦ green 9 ◦ blue 164

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

Shades of New Midnight Blue #0E09A4

Tints of New Midnight Blue #0E09A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 87.7%

R = 7.49%
G = 4.81%
B = 87.7%

CMYK

 C value IS 0.91

 M value IS 0.95

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#0E09A4 (or 0x0E09A4) is known color: New Midnight Blue. HEX triplet: 0E, 09 and A4. RGB value is (14,9,164). Sum of RGB (Red+Green+Blue) = 14+9+164=187 (24% of max value = 765). Red value is 14 (5.86% from 255 or 7.49% from 187); Green value is 9 (3.91% from 255 or 4.81% from 187); Blue value is 164 (64.45% from 255 or 87.70% from 187); Max value from RGB is 164 - color contains mainly: blue. Hex color #0E09A4 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E09A4 is #F1F65B. Grayscale: #1B1B1B. Windows color (decimal): -15857244 or 10750222. OLE color: 10750222.

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

Color convert

RGB 14 9 164 -
CMYK 0.91 0.95 0 0.36
HSL 241.94º 0.9% 0.34% -
HSV(B) 241.94º 0.95% 0.64% -
XYZ 6.98 2.97 35.33 -
YUV 28.17 204.66 117.9 -
System Red Green Blue C M Y K H S L
Decimal 14 9 164 0.91 0.95 0 0.36 241.94 0.9 0.34
Hex E 9 A4 5B 5F 0 24 F2 5A 22
Octal 16 11 244 133 137 0 44 362 132 42
Binary 1110 1001 10100100 1011011 1011111 0 100100 11110010 1011010 100010

Color Harmonies of #0E09A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E09A4

Black with #0E09A4

Text Example


Text Example

White with #0E09A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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