#0c0738

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

Shades of Midnight Express #0C0738

Tints of Midnight Express #0C0738

Color information

#0C0738 (or 0x0C0738) is unknown color: approx Midnight Express. HEX triplet: 0C, 07 and 38. RGB value is (12,7,56). Sum of RGB (Red+Green+Blue) = 12+7+56=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 7 (3.12% from 255 or 9.33% from 75); Blue value is 56 (22.27% from 255 or 74.67% from 75); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C0738 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0738 is #F3F8C7. Grayscale: #0D0D0D. Windows color (decimal): -15988936 or 3671820. OLE color: 3671820.

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

Color convert

RGB12756-
CMYK0.790.8800.78
HSL246.12º77.78%12.35%-
HSV(B)246.12º87.5%21.96%-
XYZ0.940.523.79-
YUV14.08151.66126.52-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 16%
GREEN value IS 7 (3.12% from 255) = 9.33%
BLUE value IS 56 (22.27% from 255) = 74.67%
R=16%
G=9.33%
B=74.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal127560.790.8800.78246.1277.7812.35
HexC7384F5804Ef64ec
Octal14770117130011636611614
Binary110011111100010011111011000010011101111011010011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0c0738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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