#0C0A38

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

Shades of Midnight Express #0C0A38

Tints of Midnight Express #0C0A38

Color information

#0C0A38 (or 0x0C0A38) is unknown color: approx Midnight Express. HEX triplet: 0C, 0A and 38. RGB value is (12,10,56). Sum of RGB (Red+Green+Blue) = 12+10+56=78 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.38% from 78); Green value is 10 (4.30% from 255 or 12.82% from 78); Blue value is 56 (22.27% from 255 or 71.79% from 78); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C0A38 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0A38 is #F3F5C7. Grayscale: #0F0F0F. Windows color (decimal): -15988168 or 3672588. OLE color: 3672588.

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

Color convert

RGB121056-
CMYK0.790.8200.78
HSL242.61º69.7%12.94%-
HSV(B)242.61º82.14%21.96%-
XYZ0.970.583.8-
YUV15.84150.66125.26-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 15.38%
GREEN value IS 10 (4.30% from 255) = 12.82%
BLUE value IS 56 (22.27% from 255) = 71.79%
R=15.38%
G=12.82%
B=71.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1210560.790.8200.78242.6169.712.94
HexCA384F5204Ef346d
Octal141270117122011636310615
Binary1100101011100010011111010010010011101111001110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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