#0C192E

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

Shades of Midnight Express #0C192E

Tints of Midnight Express #0C192E

Color information

#0C192E (or 0x0C192E) is unknown color: approx Midnight Express. HEX triplet: 0C, 19 and 2E. RGB value is (12,25,46). Sum of RGB (Red+Green+Blue) = 12+25+46=83 (10% of max value = 765). Red value is 12 (5.08% from 255 or 14.46% from 83); Green value is 25 (10.16% from 255 or 30.12% from 83); Blue value is 46 (18.36% from 255 or 55.42% from 83); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C192E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C192E is #F3E6D1. Grayscale: #171717. Windows color (decimal): -15984338 or 3021068. OLE color: 3021068.

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

Color convert

RGB122546-
CMYK0.740.4600.82
HSL217.06º58.62%11.37%-
HSV(B)217.06º73.91%18.04%-
XYZ0.990.972.72-
YUV23.51140.69119.79-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.46%
GREEN value IS 25 (10.16% from 255) = 30.12%
BLUE value IS 46 (18.36% from 255) = 55.42%
R=14.46%
G=30.12%
B=55.42%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal1225460.740.4600.82217.0658.6211.37
HexC192E4A2E052d93bb
Octal1431561125601223317313
Binary110011001101110100101010111001010010110110011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,25,46); }

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

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

 a { background-color: rgb(12,25,46); }

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

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

 span { border-color: rgb(12,25,46); }

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