#000D30

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

Shades of Midnight Express #000D30

Tints of Midnight Express #000D30

Color information

#000D30 (or 0x000D30) is unknown color: approx Midnight Express. HEX triplet: 00, 0D and 30. RGB value is (0,13,48). Sum of RGB (Red+Green+Blue) = 0+13+48=61 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 61); Green value is 13 (5.47% from 255 or 21.31% from 61); Blue value is 48 (19.14% from 255 or 78.69% from 61); Max value from RGB is 48 - color contains mainly: blue. Hex color #000D30 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000D30 is #FFF2CF. Grayscale: #0C0C0C. Windows color (decimal): -16773840 or 3149056. OLE color: 3149056.

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

Color convert

RGB01348-
CMYK10.7300.81
HSL223.75º100%9.41%-
HSV(B)223.75º100%18.82%-
XYZ0.680.52.86-
YUV13.1147.69118.65-

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) = 21.31%
BLUE value IS 48 (19.14% from 255) = 78.69%
R=0%
G=21.31%
B=78.69%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal0134810.7300.81223.751009.41
Hex0D306449051e0649
Octal01560144111012134014411
Binary0110111000011001001001001010100011110000011001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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