#0C073A

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

Shades of Midnight Express #0C073A

Tints of Midnight Express #0C073A

Color information

#0C073A (or 0x0C073A) is unknown color: approx Midnight Express. HEX triplet: 0C, 07 and 3A. RGB value is (12,7,58). Sum of RGB (Red+Green+Blue) = 12+7+58=77 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.58% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 58 (23.05% from 255 or 75.32% from 77); Max value from RGB is 58 - color contains mainly: blue. Hex color #0C073A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C073A is #F3F8C5. Grayscale: #0E0E0E. Windows color (decimal): -15988934 or 3802892. OLE color: 3802892.

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

Color convert

RGB12758-
CMYK0.790.8800.77
HSL245.88º78.46%12.75%-
HSV(B)245.88º87.93%22.75%-
XYZ0.990.544.05-
YUV14.31152.66126.35-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.58%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 58 (23.05% from 255) = 75.32%
R=15.58%
G=9.09%
B=75.32%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal127580.790.8800.77245.8878.4612.75
HexC73A4F5804Df64ed
Octal14772117130011536611615
Binary110011111101010011111011000010011011111011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C073A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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