#000C3B

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

Shades of Midnight Express #000C3B

Tints of Midnight Express #000C3B

Color information

#000C3B (or 0x000C3B) is unknown color: approx Midnight Express. HEX triplet: 00, 0C and 3B. RGB value is (0,12,59). Sum of RGB (Red+Green+Blue) = 0+12+59=71 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 71); Green value is 12 (5.08% from 255 or 16.90% from 71); Blue value is 59 (23.44% from 255 or 83.10% from 71); Max value from RGB is 59 - color contains mainly: blue. Hex color #000C3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C3B is #FFF3C4. Grayscale: #0D0D0D. Windows color (decimal): -16774085 or 3869696. OLE color: 3869696.

HSL color Cylindrical-coordinate representation of color #000C3B: hue angle of 227.8º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C3B is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB01259-
CMYK10.8000.77
HSL227.8º100%11.57%-
HSV(B)227.8º100%23.14%-
XYZ0.920.584.2-
YUV13.77153.52118.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 16.90%
BLUE value IS 59 (23.44% from 255) = 83.10%
R=0%
G=16.90%
B=83.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0125910.8000.77227.810011.57
Hex0C3B645004De464c
Octal01473144120011534414414
Binary0110011101111001001010000010011011110010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C3B; }

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

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

<style>
 a { background-color: #000C3B; }

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

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

<style>
 span { border-color: #000C3B; }

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

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