#0C0363

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

Shades of Midnight Blue #0C0363

Tints of Midnight Blue #0C0363

Color information

#0C0363 (or 0x0C0363) is unknown color: approx Midnight Blue. HEX triplet: 0C, 03 and 63. RGB value is (12,3,99). Sum of RGB (Red+Green+Blue) = 12+3+99=114 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.53% from 114); Green value is 3 (1.56% from 255 or 2.63% from 114); Blue value is 99 (39.06% from 255 or 86.84% from 114); Max value from RGB is 99 - color contains mainly: blue. Hex color #0C0363 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0363 is #F3FC9C. Grayscale: #101010. Windows color (decimal): -15989917 or 6488844. OLE color: 6488844.

HSL color Cylindrical-coordinate representation of color #0C0363: hue angle of 245.62º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C0363 is Cyan = 0.88, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB12399-
CMYK0.880.9700.61
HSL245.62º94.12%20%-
HSV(B)245.62º96.97%38.82%-
XYZ2.441.0411.88-
YUV16.63174.48124.69-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 10.53%
GREEN value IS 3 (1.56% from 255) = 2.63%
BLUE value IS 99 (39.06% from 255) = 86.84%
R=10.53%
G=2.63%
B=86.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal123990.880.9700.61245.6294.1220
HexC363586103Df65e14
Octal14314313014107536613624
Binary110011110001110110001100001011110111110110101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,3,99); }

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

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

 a { background-color: rgb(12,3,99); }

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

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

 span { border-color: rgb(12,3,99); }

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