#0C173D

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

Shades of Midnight Express #0C173D

Tints of Midnight Express #0C173D

Color information

#0C173D (or 0x0C173D) is unknown color: approx Midnight Express. HEX triplet: 0C, 17 and 3D. RGB value is (12,23,61). Sum of RGB (Red+Green+Blue) = 12+23+61=96 (12% of max value = 765). Red value is 12 (5.08% from 255 or 12.5% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 61 (24.22% from 255 or 63.54% from 96); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C173D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C173D is #F3E8C2. Grayscale: #171717. Windows color (decimal): -15984835 or 4003596. OLE color: 4003596.

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

Color convert

RGB122361-
CMYK0.800.6200.76
HSL226.53º67.12%14.31%-
HSV(B)226.53º80.33%23.92%-
XYZ1.31.034.54-
YUV24.04148.86119.41-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.5%
GREEN value IS 23 (9.38% from 255) = 23.96%
BLUE value IS 61 (24.22% from 255) = 63.54%
R=12.5%
G=23.96%
B=63.54%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1223610.800.6200.76226.5367.1214.31
HexC173D503E04Ce343e
Octal14277512076011434310316
Binary1100101111111011010000111110010011001110001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C173D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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