#0C045A

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

Shades of Midnight Blue #0C045A

Tints of Midnight Blue #0C045A

Color information

#0C045A (or 0x0C045A) is unknown color: approx Midnight Blue. HEX triplet: 0C, 04 and 5A. RGB value is (12,4,90). Sum of RGB (Red+Green+Blue) = 12+4+90=106 (14% of max value = 765). Red value is 12 (5.08% from 255 or 11.32% from 106); Green value is 4 (1.95% from 255 or 3.77% from 106); Blue value is 90 (35.55% from 255 or 84.91% from 106); Max value from RGB is 90 - color contains mainly: blue. Hex color #0C045A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C045A is #F3FBA5. Grayscale: #0F0F0F. Windows color (decimal): -15989670 or 5899276. OLE color: 5899276.

HSL color Cylindrical-coordinate representation of color #0C045A: hue angle of 245.58º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C045A is Cyan = 0.87, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB12490-
CMYK0.870.9600.65
HSL245.58º91.49%18.43%-
HSV(B)245.58º95.56%35.29%-
XYZ2.040.99.74-
YUV16.2169.65125.01-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 11.32%
GREEN value IS 4 (1.95% from 255) = 3.77%
BLUE value IS 90 (35.55% from 255) = 84.91%
R=11.32%
G=3.77%
B=84.91%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal124900.870.9600.65245.5891.4918.43
HexC45A5760041f65b12
Octal144132127140010136613322
Binary11001001011010101011111000000100000111110110101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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