#000C2D

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

Shades of Midnight Express #000C2D

Tints of Midnight Express #000C2D

Color information

#000C2D (or 0x000C2D) is unknown color: approx Midnight Express. HEX triplet: 00, 0C and 2D. RGB value is (0,12,45). Sum of RGB (Red+Green+Blue) = 0+12+45=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 12 (5.08% from 255 or 21.05% from 57); Blue value is 45 (17.97% from 255 or 78.95% from 57); Max value from RGB is 45 - color contains mainly: blue. Hex color #000C2D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2D is #FFF3D2. Grayscale: #0C0C0C. Windows color (decimal): -16774099 or 2952192. OLE color: 2952192.

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

Color convert

RGB01245-
CMYK10.7300.82
HSL224º100%8.82%-
HSV(B)224º100%17.65%-
XYZ0.610.452.54-
YUV12.17146.52119.32-

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.05%
BLUE value IS 45 (17.97% from 255) = 78.95%
R=0%
G=21.05%
B=78.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0124510.7300.822241008.82
Hex0C2D6449052e0649
Octal01455144111012234014411
Binary0110010110111001001001001010100101110000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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