#000D3B

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

Shades of Midnight Express #000D3B

Tints of Midnight Express #000D3B

Color information

#000D3B (or 0x000D3B) is unknown color: approx Midnight Express. HEX triplet: 00, 0D and 3B. RGB value is (0,13,59). Sum of RGB (Red+Green+Blue) = 0+13+59=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 59 (23.44% from 255 or 81.94% from 72); Max value from RGB is 59 - color contains mainly: blue. Hex color #000D3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D3B is #FFF2C4. Grayscale: #0E0E0E. Windows color (decimal): -16773829 or 3869952. OLE color: 3869952.

HSL color Cylindrical-coordinate representation of color #000D3B: hue angle of 226.78º 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 #000D3B is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB01359-
CMYK10.7800.77
HSL226.78º100%11.57%-
HSV(B)226.78º100%23.14%-
XYZ0.930.64.2-
YUV14.36153.19117.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 13 (5.47% from 255) = 18.06%
BLUE value IS 59 (23.44% from 255) = 81.94%
R=0%
G=18.06%
B=81.94%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0135910.7800.77226.7810011.57
Hex0D3B644E04De364c
Octal01573144116011534314414
Binary0110111101111001001001110010011011110001111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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