#0C034D

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

Shades of Midnight Blue #0C034D

Tints of Midnight Blue #0C034D

Color information

#0C034D (or 0x0C034D) is unknown color: approx Midnight Blue. HEX triplet: 0C, 03 and 4D. RGB value is (12,3,77). Sum of RGB (Red+Green+Blue) = 12+3+77=92 (12% of max value = 765). Red value is 12 (5.08% from 255 or 13.04% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 77 (30.47% from 255 or 83.70% from 92); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C034D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C034D is #F3FCB2. Grayscale: #0D0D0D. Windows color (decimal): -15989939 or 5047052. OLE color: 5047052.

HSL color Cylindrical-coordinate representation of color #0C034D: hue angle of 247.3º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0C034D is Cyan = 0.84, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB12377-
CMYK0.840.9600.70
HSL247.3º92.5%15.69%-
HSV(B)247.3º96.1%30.2%-
XYZ1.520.687.07-
YUV14.13163.48126.48-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.04%
GREEN value IS 3 (1.56% from 255) = 3.26%
BLUE value IS 77 (30.47% from 255) = 83.70%
R=13.04%
G=3.26%
B=83.70%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal123770.840.9600.70247.392.515.69
HexC34D5460046f75c10
Octal143115124140010636713420
Binary1100111001101101010011000000100011011110111101110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C034D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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