Html Css Color HEX #0E0CAE New Midnight Blue

📋 copy color: '#0E0CAE'

red 14 ◦ green 12 ◦ blue 174

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

Shades of New Midnight Blue #0E0CAE

Tints of New Midnight Blue #0E0CAE

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6%

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

R = 7%
G = 6%
B = 87%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0E0CAE (or 0x0E0CAE) is known color: New Midnight Blue. HEX triplet: 0E, 0C and AE. RGB value is (14,12,174). Sum of RGB (Red+Green+Blue) = 14+12+174=200 (26% of max value = 765). Red value is 14 (5.86% from 255 or 7% from 200); Green value is 12 (5.08% from 255 or 6% from 200); Blue value is 174 (68.36% from 255 or 87% from 200); Max value from RGB is 174 - color contains mainly: blue. Hex color #0E0CAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0CAE is #F1F351. Grayscale: #1E1E1E. Windows color (decimal): -15856466 or 11406350. OLE color: 11406350.

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

Color convert

RGB 14 12 174 -
CMYK 0.92 0.93 0 0.32
HSL 240.74º 0.87% 0.36% -
HSV(B) 240.74º 0.93% 0.68% -
XYZ 7.95 3.41 40.28 -
YUV 31.07 208.66 115.83 -
System Red Green Blue C M Y K H S L
Decimal 14 12 174 0.92 0.93 0 0.32 240.74 0.87 0.36
Hex E C AE 5C 5D 0 20 F1 57 24
Octal 16 14 256 134 135 0 40 361 127 44
Binary 1110 1100 10101110 1011100 1011101 0 100000 11110001 1010111 100100

Color Harmonies of #0E0CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E0CAE

Black with #0E0CAE

Text Example


Text Example

White with #0E0CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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