#0C1C7F

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

Shades of Midnight Blue #0C1C7F

Tints of Midnight Blue #0C1C7F

Color information

#0C1C7F (or 0x0C1C7F) is unknown color: approx Midnight Blue. HEX triplet: 0C, 1C and 7F. RGB value is (12,28,127). Sum of RGB (Red+Green+Blue) = 12+28+127=167 (22% of max value = 765). Red value is 12 (5.08% from 255 or 7.19% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 127 (50% from 255 or 76.05% from 167); Max value from RGB is 127 - color contains mainly: blue. Hex color #0C1C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0C1C7F is #F3E380. Grayscale: #222222. Windows color (decimal): -15983489 or 8330252. OLE color: 8330252.

HSL color Cylindrical-coordinate representation of color #0C1C7F: hue angle of 231.65º degrees, saturation: 0.83, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0C1C7F is Cyan = 0.91, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB1228127-
CMYK0.910.7800.50
HSL231.65º82.73%27.25%-
HSV(B)231.65º90.55%49.8%-
XYZ4.42.4420.32-
YUV34.5180.2111.95-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 7.19%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 127 (50% from 255) = 76.05%
R=7.19%
G=16.77%
B=76.05%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12281270.910.7800.50231.6582.7327.25
HexC1C7F5B4E032e8531b
Octal143417713311606235012333
Binary110011100111111110110111001110011001011101000101001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,28,127); }

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

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

 a { background-color: rgb(12,28,127); }

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

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

 span { border-color: rgb(12,28,127); }

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