#000C2B

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

Shades of Midnight Express #000C2B

Tints of Midnight Express #000C2B

Color information

#000C2B (or 0x000C2B) is unknown color: approx Midnight Express. HEX triplet: 00, 0C and 2B. RGB value is (0,12,43). Sum of RGB (Red+Green+Blue) = 0+12+43=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 12 (5.08% from 255 or 21.82% from 55); Blue value is 43 (17.19% from 255 or 78.18% from 55); Max value from RGB is 43 - color contains mainly: blue. Hex color #000C2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000C2B is #FFF3D4. Grayscale: #0B0B0B. Windows color (decimal): -16774101 or 2821120. OLE color: 2821120.

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

Color convert

RGB01243-
CMYK10.7200.83
HSL223.26º100%8.43%-
HSV(B)223.26º100%16.86%-
XYZ0.570.442.34-
YUV11.95145.52119.48-

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.82%
BLUE value IS 43 (17.19% from 255) = 78.18%
R=0%
G=21.82%
B=78.18%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal0124310.7200.83223.261008.43
Hex0C2B6448053df648
Octal01453144110012333714410
Binary0110010101111001001001000010100111101111111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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