#0C1038

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

Shades of Midnight Express #0C1038

Tints of Midnight Express #0C1038

Color information

#0C1038 (or 0x0C1038) is unknown color: approx Midnight Express. HEX triplet: 0C, 10 and 38. RGB value is (12,16,56). Sum of RGB (Red+Green+Blue) = 12+16+56=84 (11% of max value = 765). Red value is 12 (5.08% from 255 or 14.29% from 84); Green value is 16 (6.64% from 255 or 19.05% from 84); Blue value is 56 (22.27% from 255 or 66.67% from 84); Max value from RGB is 56 - color contains mainly: blue. Hex color #0C1038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1038 is #F3EFC7. Grayscale: #131313. Windows color (decimal): -15986632 or 3674124. OLE color: 3674124.

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

Color convert

RGB121656-
CMYK0.790.7100.78
HSL234.55º64.71%13.33%-
HSV(B)234.55º78.57%21.96%-
XYZ1.050.733.83-
YUV19.36148.67122.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 14.29%
GREEN value IS 16 (6.64% from 255) = 19.05%
BLUE value IS 56 (22.27% from 255) = 66.67%
R=14.29%
G=19.05%
B=66.67%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal1216560.790.7100.78234.5564.7113.33
HexC10384F4704Eeb41d
Octal142070117107011635310115
Binary11001000011100010011111000111010011101110101110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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