Html Css Color HEX #0E07AE New Midnight Blue

📋 copy color: '#0E07AE'

red 14 ◦ green 7 ◦ blue 174

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

Shades of New Midnight Blue #0E07AE

Tints of New Midnight Blue #0E07AE

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.59%

 BLUE value IS 174 (68.36% from 255) = 89.23%

R = 7.18%
G = 3.59%
B = 89.23%

CMYK

 C value IS 0.92

 M value IS 0.96

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E07AE (or 0x0E07AE) is known color: New Midnight Blue. HEX triplet: 0E, 07 and AE. RGB value is (14,7,174). Sum of RGB (Red+Green+Blue) = 14+7+174=195 (25% of max value = 765). Red value is 14 (5.86% from 255 or 7.18% from 195); Green value is 7 (3.12% from 255 or 3.59% from 195); Blue value is 174 (68.36% from 255 or 89.23% from 195); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E07AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E07AE is #F1F851. Grayscale: #1B1B1B. Windows color (decimal): -15857746 or 11405070. OLE color: 11405070.

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

Color convert

RGB 14 7 174 -
CMYK 0.92 0.96 0 0.32
HSL 242.52º 0.92% 0.35% -
HSV(B) 242.52º 0.96% 0.68% -
XYZ 7.9 3.3 40.27 -
YUV 28.13 210.32 117.92 -
System Red Green Blue C M Y K H S L
Decimal 14 7 174 0.92 0.96 0 0.32 242.52 0.92 0.35
Hex E 7 AE 5C 60 0 20 F3 5C 23
Octal 16 7 256 134 140 0 40 363 134 43
Binary 1110 111 10101110 1011100 1100000 0 100000 11110011 1011100 100011

Color Harmonies of #0E07AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E07AE

Black with #0E07AE

Text Example


Text Example

White with #0E07AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,7,174); }

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

background-color css

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

 a { background-color: rgb(14,7,174); }

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

border-color css

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

 span { border-color: rgb(14,7,174); }

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