#0C0451

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

Shades of Midnight Blue #0C0451

Tints of Midnight Blue #0C0451

Color information

#0C0451 (or 0x0C0451) is unknown color: approx Midnight Blue. HEX triplet: 0C, 04 and 51. RGB value is (12,4,81). Sum of RGB (Red+Green+Blue) = 12+4+81=97 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.37% from 97); Green value is 4 (1.95% from 255 or 4.12% from 97); Blue value is 81 (32.03% from 255 or 83.51% from 97); Max value from RGB is 81 - color contains mainly: blue. Hex color #0C0451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0451 is #F3FBAE. Grayscale: #0E0E0E. Windows color (decimal): -15989679 or 5309452. OLE color: 5309452.

HSL color Cylindrical-coordinate representation of color #0C0451: hue angle of 246.23º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0451 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB12481-
CMYK0.850.9500.68
HSL246.23º90.59%16.67%-
HSV(B)246.23º95.06%31.76%-
XYZ1.680.767.84-
YUV15.17165.15125.74-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.37%
GREEN value IS 4 (1.95% from 255) = 4.12%
BLUE value IS 81 (32.03% from 255) = 83.51%
R=12.37%
G=4.12%
B=83.51%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal124810.850.9500.68246.2390.5916.67
HexC451555F044f65b11
Octal144121125137010436613321
Binary11001001010001101010110111110100010011110110101101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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