#0C014D

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

Shades of Midnight Blue #0C014D

Tints of Midnight Blue #0C014D

Color information

#0C014D (or 0x0C014D) is unknown color: approx Midnight Blue. HEX triplet: 0C, 01 and 4D. RGB value is (12,1,77). Sum of RGB (Red+Green+Blue) = 12+1+77=90 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.33% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 77 (30.47% from 255 or 85.56% from 90); Max value from RGB is 77 - color contains mainly: blue. Hex color #0C014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C014D is #F3FEB2. Grayscale: #0C0C0C. Windows color (decimal): -15990451 or 5046540. OLE color: 5046540.

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

Color convert

RGB12177-
CMYK0.840.9900.70
HSL248.68º97.44%15.29%-
HSV(B)248.68º98.7%30.2%-
XYZ1.50.647.06-
YUV12.95164.14127.32-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.33%
GREEN value IS 1 (0.78% from 255) = 1.11%
BLUE value IS 77 (30.47% from 255) = 85.56%
R=13.33%
G=1.11%
B=85.56%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal121770.840.9900.70248.6897.4415.29
HexC14D5463046f961f
Octal141115124143010637114117
Binary11001100110110101001100011010001101111100111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C014D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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