#0C0354

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

Shades of Midnight Blue #0C0354

Tints of Midnight Blue #0C0354

Color information

#0C0354 (or 0x0C0354) is unknown color: approx Midnight Blue. HEX triplet: 0C, 03 and 54. RGB value is (12,3,84). Sum of RGB (Red+Green+Blue) = 12+3+84=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 3 (1.56% from 255 or 3.03% from 99); Blue value is 84 (33.20% from 255 or 84.85% from 99); Max value from RGB is 84 - color contains mainly: blue. Hex color #0C0354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0354 is #F3FCAB. Grayscale: #0E0E0E. Windows color (decimal): -15989932 or 5505804. OLE color: 5505804.

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

Color convert

RGB12384-
CMYK0.860.9600.67
HSL246.67º93.1%17.06%-
HSV(B)246.67º96.43%32.94%-
XYZ1.780.788.44-
YUV14.92166.98125.91-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 3 (1.56% from 255) = 3.03%
BLUE value IS 84 (33.20% from 255) = 84.85%
R=12.12%
G=3.03%
B=84.85%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal123840.860.9600.67246.6793.117.06
HexC3545660043f75d11
Octal143124126140010336713521
Binary1100111010100101011011000000100001111110111101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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