#0C093B

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

Shades of Midnight Express #0C093B

Tints of Midnight Express #0C093B

Color information

#0C093B (or 0x0C093B) is unknown color: approx Midnight Express. HEX triplet: 0C, 09 and 3B. RGB value is (12,9,59). Sum of RGB (Red+Green+Blue) = 12+9+59=80 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15% from 80); Green value is 9 (3.91% from 255 or 11.25% from 80); Blue value is 59 (23.44% from 255 or 73.75% from 80); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C093B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C093B is #F3F6C4. Grayscale: #0F0F0F. Windows color (decimal): -15988421 or 3868940. OLE color: 3868940.

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

Color convert

RGB12959-
CMYK0.800.8500.77
HSL243.6º73.53%13.33%-
HSV(B)243.6º84.75%23.14%-
XYZ1.040.594.2-
YUV15.6152.49125.43-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15%
GREEN value IS 9 (3.91% from 255) = 11.25%
BLUE value IS 59 (23.44% from 255) = 73.75%
R=15%
G=11.25%
B=73.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal129590.800.8500.77243.673.5313.33
HexC93B505504Df44ad
Octal141173120125011536411215
Binary1100100111101110100001010101010011011111010010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C093B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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