#0C182F

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

Shades of Midnight Express #0C182F

Tints of Midnight Express #0C182F

Color information

#0C182F (or 0x0C182F) is unknown color: approx Midnight Express. HEX triplet: 0C, 18 and 2F. RGB value is (12,24,47). Sum of RGB (Red+Green+Blue) = 12+24+47=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 24 (9.77% from 255 or 28.92% from 83); Blue value is 47 (18.75% from 255 or 56.63% from 83); Max value from RGB is 47 - color contains mainly: blue. Hex color #0C182F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C182F is #F3E7D0. Grayscale: #161616. Windows color (decimal): -15984593 or 3086348. OLE color: 3086348.

HSL color Cylindrical-coordinate representation of color #0C182F: hue angle of 219.43º degrees, saturation: 0.59, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0C182F is Cyan = 0.74, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB122447-
CMYK0.740.4900.82
HSL219.43º59.32%11.57%-
HSV(B)219.43º74.47%18.43%-
XYZ0.990.942.82-
YUV23.03141.52120.13-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.46%
GREEN value IS 24 (9.77% from 255) = 28.92%
BLUE value IS 47 (18.75% from 255) = 56.63%
R=14.46%
G=28.92%
B=56.63%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1224470.740.4900.82219.4359.3211.57
HexC182F4A31052db3bc
Octal1430571126101223337314
Binary110011000101111100101011000101010010110110111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C182F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,24,47); }

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

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

 a { background-color: rgb(12,24,47); }

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

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

 span { border-color: rgb(12,24,47); }

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