#0C103D

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

Shades of Midnight Express #0C103D

Tints of Midnight Express #0C103D

Color information

#0C103D (or 0x0C103D) is unknown color: approx Midnight Express. HEX triplet: 0C, 10 and 3D. RGB value is (12,16,61). Sum of RGB (Red+Green+Blue) = 12+16+61=89 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.48% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 61 (24.22% from 255 or 68.54% from 89); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C103D is #F3EFC2. Grayscale: #131313. Windows color (decimal): -15986627 or 4001804. OLE color: 4001804.

HSL color Cylindrical-coordinate representation of color #0C103D: hue angle of 235.1º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C103D is Cyan = 0.80, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB121661-
CMYK0.800.7400.76
HSL235.1º67.12%14.31%-
HSV(B)235.1º80.33%23.92%-
XYZ1.180.794.5-
YUV19.93151.17122.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.48%
GREEN value IS 16 (6.64% from 255) = 17.98%
BLUE value IS 61 (24.22% from 255) = 68.54%
R=13.48%
G=17.98%
B=68.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1216610.800.7400.76235.167.1214.31
HexC103D504A04Ceb43e
Octal142075120112011435310316
Binary11001000011110110100001001010010011001110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C103D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,16,61); }

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

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

 a { background-color: rgb(12,16,61); }

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

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

 span { border-color: rgb(12,16,61); }

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