#0C053A

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

Shades of Midnight Express #0C053A

Tints of Midnight Express #0C053A

Color information

#0C053A (or 0x0C053A) is unknown color: approx Midnight Express. HEX triplet: 0C, 05 and 3A. RGB value is (12,5,58). Sum of RGB (Red+Green+Blue) = 12+5+58=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 58 (23.05% from 255 or 77.33% from 75); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C053A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C053A is #F3FAC5. Grayscale: #0C0C0C. Windows color (decimal): -15989446 or 3802380. OLE color: 3802380.

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

Color convert

RGB12558-
CMYK0.790.9100.77
HSL247.92º84.13%12.35%-
HSV(B)247.92º91.38%22.75%-
XYZ0.970.494.05-
YUV13.14153.32127.19-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 5 (2.34% from 255) = 6.67%
BLUE value IS 58 (23.05% from 255) = 77.33%
R=16%
G=6.67%
B=77.33%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal125580.790.9100.77247.9284.1312.35
HexC53A4F5B04Df854c
Octal14572117133011537012414
Binary110010111101010011111011011010011011111100010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C053A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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