#0C1A3D

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

Shades of Midnight Express #0C1A3D

Tints of Midnight Express #0C1A3D

Color information

#0C1A3D (or 0x0C1A3D) is unknown color: approx Midnight Express. HEX triplet: 0C, 1A and 3D. RGB value is (12,26,61). Sum of RGB (Red+Green+Blue) = 12+26+61=99 (13% of max value = 765). Red value is 12 (5.08% from 255 or 12.12% from 99); Green value is 26 (10.55% from 255 or 26.26% from 99); Blue value is 61 (24.22% from 255 or 61.62% from 99); Max value from RGB is 61 - color contains mainly: blue. Hex color #0C1A3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0C1A3D is #F3E5C2. Grayscale: #191919. Windows color (decimal): -15984067 or 4004364. OLE color: 4004364.

HSL color Cylindrical-coordinate representation of color #0C1A3D: hue angle of 222.86º degrees, saturation: 0.67, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C1A3D is Cyan = 0.80, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB122661-
CMYK0.800.5700.76
HSL222.86º67.12%14.31%-
HSV(B)222.86º80.33%23.92%-
XYZ1.361.154.57-
YUV25.8147.86118.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 12.12%
GREEN value IS 26 (10.55% from 255) = 26.26%
BLUE value IS 61 (24.22% from 255) = 61.62%
R=12.12%
G=26.26%
B=61.62%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal1226610.800.5700.76222.8667.1214.31
HexC1A3D503904Cdf43e
Octal14327512071011433710316
Binary1100110101111011010000111001010011001101111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C1A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,26,61); }

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

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

 a { background-color: rgb(12,26,61); }

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

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

 span { border-color: rgb(12,26,61); }

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