#0C093A

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

Shades of Midnight Express #0C093A

Tints of Midnight Express #0C093A

Color information

#0C093A (or 0x0C093A) is unknown color: approx Midnight Express. HEX triplet: 0C, 09 and 3A. RGB value is (12,9,58). Sum of RGB (Red+Green+Blue) = 12+9+58=79 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.19% from 79); Green value is 9 (3.91% from 255 or 11.39% from 79); Blue value is 58 (23.05% from 255 or 73.42% from 79); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C093A is #F3F6C5. Grayscale: #0F0F0F. Windows color (decimal): -15988422 or 3803404. OLE color: 3803404.

HSL color Cylindrical-coordinate representation of color #0C093A: hue angle of 243.67º degrees, saturation: 0.73, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C093A is Cyan = 0.79, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB12958-
CMYK0.790.8400.77
HSL243.67º73.13%13.14%-
HSV(B)243.67º84.48%22.75%-
XYZ1.010.584.06-
YUV15.48151.99125.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.19%
GREEN value IS 9 (3.91% from 255) = 11.39%
BLUE value IS 58 (23.05% from 255) = 73.42%
R=15.19%
G=11.39%
B=73.42%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal129580.790.8400.77243.6773.1313.14
HexC93A4F5404Df449d
Octal141172117124011536411115
Binary1100100111101010011111010100010011011111010010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,58); }

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

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

 a { background-color: rgb(12,9,58); }

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

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

 span { border-color: rgb(12,9,58); }

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