#0c1982

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

Shades of Midnight Blue #0C1982

Tints of Midnight Blue #0C1982

Color information

#0C1982 (or 0x0C1982) is unknown color: approx Midnight Blue. HEX triplet: 0C, 19 and 82. RGB value is (12,25,130). Sum of RGB (Red+Green+Blue) = 12+25+130=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 130 (51.17% from 255 or 77.84% from 167); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C1982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C1982 is #F3E67D. Grayscale: #202020. Windows color (decimal): -15984254 or 8526092. OLE color: 8526092.

HSL color Cylindrical-coordinate representation of color #0C1982: hue angle of 233.39º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1982 is Cyan = 0.91, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB1225130-
CMYK0.910.8100.49
HSL233.39º83.1%27.84%-
HSV(B)233.39º90.77%50.98%-
XYZ4.532.3921.34-
YUV33.08182.69112.96-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.19%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 130 (51.17% from 255) = 77.84%
R=7.19%
G=14.97%
B=77.84%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12251300.910.8100.49233.3983.127.84
HexC19825B51031e9531c
Octal143120213312106135112334
Binary1100110011000001010110111010001011000111101001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,25,130); }

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

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

 a { background-color: rgb(12,25,130); }

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

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

 span { border-color: rgb(12,25,130); }

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