#0C049D

Color #0C049D New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #0C049D

Tints of New Midnight Blue #0C049D

Color information

#0C049D (or 0x0C049D) is unknown color: approx New Midnight Blue. HEX triplet: 0C, 04 and 9D. RGB value is (12,4,157). Sum of RGB (Red+Green+Blue) = 12+4+157=173 (22% of max value = 765). Red value is 12 (5.08% from 255 or 6.94% from 173); Green value is 4 (1.95% from 255 or 2.31% from 173); Blue value is 157 (61.72% from 255 or 90.75% from 173); Max value from RGB is 157 - color contains mainly: blue. Hex color #0C049D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C049D is #F3FB62. Grayscale: #171717. Windows color (decimal): -15989603 or 10290188. OLE color: 10290188.

HSL color Cylindrical-coordinate representation of color #0C049D: hue angle of 243.14º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C049D is Cyan = 0.92, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB124157-
CMYK0.920.9700.38
HSL243.14º95.03%31.57%-
HSV(B)243.14º97.45%61.57%-
XYZ6.282.632.07-
YUV23.83203.15119.56-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 6.94%
GREEN value IS 4 (1.95% from 255) = 2.31%
BLUE value IS 157 (61.72% from 255) = 90.75%
R=6.94%
G=2.31%
B=90.75%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1241570.920.9700.38243.1495.0331.57
HexC49D5C61026f35f20
Octal14423513414104636313740
Binary110010010011101101110011000010100110111100111011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C049D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,4,157); }

 H1.HeaderClassName
 {
   color: #0C049D;
 }
 .AnyTagClassName
 {
   color: #0C049D;
 }
</style>
background-color css

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

 a { background-color: rgb(12,4,157); }

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

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

 span { border-color: rgb(12,4,157); }

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