#0C103B

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

Shades of Midnight Express #0C103B

Tints of Midnight Express #0C103B

Color information

#0C103B (or 0x0C103B) is unknown color: approx Midnight Express. HEX triplet: 0C, 10 and 3B. RGB value is (12,16,59). Sum of RGB (Red+Green+Blue) = 12+16+59=87 (11% of max value = 765). Red value is 12 (5.08% from 255 or 13.79% from 87); Green value is 16 (6.64% from 255 or 18.39% from 87); Blue value is 59 (23.44% from 255 or 67.82% from 87); Max value from RGB is 59 - color contains mainly: blue. Hex color #0C103B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C103B is #F3EFC4. Grayscale: #131313. Windows color (decimal): -15986629 or 3870732. OLE color: 3870732.

HSL color Cylindrical-coordinate representation of color #0C103B: hue angle of 234.89º degrees, saturation: 0.66, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C103B is Cyan = 0.80, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB121659-
CMYK0.800.7300.77
HSL234.89º66.2%13.92%-
HSV(B)234.89º79.66%23.14%-
XYZ1.130.764.23-
YUV19.71150.17122.5-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 13.79%
GREEN value IS 16 (6.64% from 255) = 18.39%
BLUE value IS 59 (23.44% from 255) = 67.82%
R=13.79%
G=18.39%
B=67.82%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal1216590.800.7300.77234.8966.213.92
HexC103B504904Deb42e
Octal142073120111011535310216
Binary11001000011101110100001001001010011011110101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C103B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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