#000C2C

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

Shades of Midnight Express #000C2C

Tints of Midnight Express #000C2C

Color information

#000C2C (or 0x000C2C) is unknown color: approx Midnight Express. HEX triplet: 00, 0C and 2C. RGB value is (0,12,44). Sum of RGB (Red+Green+Blue) = 0+12+44=56 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 56); Green value is 12 (5.08% from 255 or 21.43% from 56); Blue value is 44 (17.58% from 255 or 78.57% from 56); Max value from RGB is 44 - color contains mainly: blue. Hex color #000C2C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2C is #FFF3D3. Grayscale: #0B0B0B. Windows color (decimal): -16774100 or 2886656. OLE color: 2886656.

HSL color Cylindrical-coordinate representation of color #000C2C: hue angle of 223.64º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000C2C is Cyan = 1, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB01244-
CMYK10.7300.83
HSL223.64º100%8.63%-
HSV(B)223.64º100%17.25%-
XYZ0.590.442.44-
YUV12.06146.02119.4-

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) = 21.43%
BLUE value IS 44 (17.58% from 255) = 78.57%
R=0%
G=21.43%
B=78.57%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0124410.7300.83223.641008.63
Hex0C2C6449053e0649
Octal01454144111012334014411
Binary0110010110011001001001001010100111110000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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