#0C074D

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

Shades of Midnight Blue #0C074D

Tints of Midnight Blue #0C074D

Color information

#0C074D (or 0x0C074D) is unknown color: approx Midnight Blue. HEX triplet: 0C, 07 and 4D. RGB value is (12,7,77). Sum of RGB (Red+Green+Blue) = 12+7+77=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 7 (3.12% from 255 or 7.29% from 96); Blue value is 77 (30.47% from 255 or 80.21% from 96); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C074D is #F3F8B2. Grayscale: #101010. Windows color (decimal): -15988915 or 5048076. OLE color: 5048076.

HSL color Cylindrical-coordinate representation of color #0C074D: hue angle of 244.29º degrees, saturation: 0.83, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C074D is Cyan = 0.84, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12777-
CMYK0.840.9100.70
HSL244.29º83.33%16.47%-
HSV(B)244.29º90.91%30.2%-
XYZ1.570.777.09-
YUV16.48162.16124.81-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.5%
GREEN value IS 7 (3.12% from 255) = 7.29%
BLUE value IS 77 (30.47% from 255) = 80.21%
R=12.5%
G=7.29%
B=80.21%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal127770.840.9100.70244.2983.3316.47
HexC74D545B046f45310
Octal147115124133010636412320
Binary11001111001101101010010110110100011011110100101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C074D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,77); }

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

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

 a { background-color: rgb(12,7,77); }

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

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

 span { border-color: rgb(12,7,77); }

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