#0C127D

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

Shades of Midnight Blue #0C127D

Tints of Midnight Blue #0C127D

Color information

#0C127D (or 0x0C127D) is unknown color: approx Midnight Blue. HEX triplet: 0C, 12 and 7D. RGB value is (12,18,125). Sum of RGB (Red+Green+Blue) = 12+18+125=155 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.74% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 125 (49.22% from 255 or 80.65% from 155); Max value from RGB is 125 - color contains mainly: blue. Hex color #0C127D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C127D is #F3ED82. Grayscale: #1B1B1B. Windows color (decimal): -15986051 or 8196620. OLE color: 8196620.

HSL color Cylindrical-coordinate representation of color #0C127D: hue angle of 236.81º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C127D is Cyan = 0.90, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1218125-
CMYK0.900.8600.51
HSL236.81º82.48%26.86%-
HSV(B)236.81º90.4%49.02%-
XYZ4.071.9919.57-
YUV28.4182.51116.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.74%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 125 (49.22% from 255) = 80.65%
R=7.74%
G=11.61%
B=80.65%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12181250.900.8600.51236.8182.4826.86
HexC127D5A56033ed521b
Octal142217513212606335512233
Binary110010010111110110110101010110011001111101101101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C127D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,18,125); }

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

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

 a { background-color: rgb(12,18,125); }

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

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

 span { border-color: rgb(12,18,125); }

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