Html Css Color HEX #0C0EAE New Midnight Blue

📋 copy color: '#0C0EAE'

red 12 ◦ green 14 ◦ blue 174

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

Shades of New Midnight Blue #0C0EAE

Tints of New Midnight Blue #0C0EAE

RGB

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

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

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

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

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0C0EAE (or 0x0C0EAE) is known color: New Midnight Blue. HEX triplet: 0C, 0E and AE. RGB value is (12,14,174). Sum of RGB (Red+Green+Blue) = 12+14+174=200 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6% from 200); Green value is 14 (5.86% from 255 or 7% 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 #0C0EAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0EAE is #F3F151. Grayscale: #1F1F1F. Windows color (decimal): -15987026 or 11406860. OLE color: 11406860.

HSL color Cylindrical-coordinate representation of color #0C0EAE: hue angle of 239.26º 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 #0C0EAE is Cyan = 0.93, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 12 14 174 -
CMYK 0.93 0.92 0 0.32
HSL 239.26º 0.87% 0.36% -
HSV(B) 239.26º 0.93% 0.68% -
XYZ 7.95 3.45 40.29 -
YUV 31.64 208.34 113.99 -
System Red Green Blue C M Y K H S L
Decimal 12 14 174 0.93 0.92 0 0.32 239.26 0.87 0.36
Hex C E AE 5D 5C 0 20 EF 57 24
Octal 14 16 256 135 134 0 40 357 127 44
Binary 1100 1110 10101110 1011101 1011100 0 100000 11101111 1010111 100100

Color Harmonies of #0C0EAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0EAE

Black with #0C0EAE

Text Example


Text Example

White with #0C0EAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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