Html Css Color HEX #0C0EAC New Midnight Blue

📋 copy color: '#0C0EAC'

red 12 ◦ green 14 ◦ blue 172

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

Shades of New Midnight Blue #0C0EAC

Tints of New Midnight Blue #0C0EAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 86.87%

R = 6.06%
G = 7.07%
B = 86.87%

CMYK

 C value IS 0.93

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0C0EAC (or 0x0C0EAC) is known color: New Midnight Blue. HEX triplet: 0C, 0E and AC. RGB value is (12,14,172). Sum of RGB (Red+Green+Blue) = 12+14+172=198 (26% of max value = 765). Red value is 12 (5.08% from 255 or 6.06% from 198); Green value is 14 (5.86% from 255 or 7.07% from 198); Blue value is 172 (67.58% from 255 or 86.87% from 198); Max value from RGB is 172 - color contains mainly: blue. Hex color #0C0EAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0EAC is #F3F153. Grayscale: #1E1E1E. Windows color (decimal): -15987028 or 11275788. OLE color: 11275788.

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

Color convert

RGB 12 14 172 -
CMYK 0.93 0.92 0 0.33
HSL 239.25º 0.87% 0.36% -
HSV(B) 239.25º 0.93% 0.67% -
XYZ 7.76 3.37 39.27 -
YUV 31.41 207.34 114.15 -
System Red Green Blue C M Y K H S L
Decimal 12 14 172 0.93 0.92 0 0.33 239.25 0.87 0.36
Hex C E AC 5D 5C 0 21 EF 57 24
Octal 14 16 254 135 134 0 41 357 127 44
Binary 1100 1110 10101100 1011101 1011100 0 100001 11101111 1010111 100100

Color Harmonies of #0C0EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0EAC

Black with #0C0EAC

Text Example


Text Example

White with #0C0EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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