#0C163D

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

Shades of Midnight Express #0C163D

Tints of Midnight Express #0C163D

Color information

#0C163D (or 0x0C163D) is unknown color: approx Midnight Express. HEX triplet: 0C, 16 and 3D. RGB value is (12,22,61). Sum of RGB (Red+Green+Blue) = 12+22+61=95 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.63% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 61 (24.22% from 255 or 64.21% from 95); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C163D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C163D is #F3E9C2. Grayscale: #171717. Windows color (decimal): -15985091 or 4003340. OLE color: 4003340.

HSL color Cylindrical-coordinate representation of color #0C163D: hue angle of 227.76º 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 #0C163D is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB122261-
CMYK0.800.6400.76
HSL227.76º67.12%14.31%-
HSV(B)227.76º80.33%23.92%-
XYZ1.280.994.54-
YUV23.46149.19119.83-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.63%
GREEN value IS 22 (8.98% from 255) = 23.16%
BLUE value IS 61 (24.22% from 255) = 64.21%
R=12.63%
G=23.16%
B=64.21%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1222610.800.6400.76227.7667.1214.31
HexC163D504004Ce443e
Octal142675120100011434410316
Binary11001011011110110100001000000010011001110010010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C163D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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