#000930

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

Shades of Midnight Express #000930

Tints of Midnight Express #000930

Color information

#000930 (or 0x000930) is unknown color: approx Midnight Express. HEX triplet: 00, 09 and 30. RGB value is (0,9,48). Sum of RGB (Red+Green+Blue) = 0+9+48=57 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 57); Green value is 9 (3.91% from 255 or 15.79% from 57); Blue value is 48 (19.14% from 255 or 84.21% from 57); Max value from RGB is 48 - color contains mainly: blue. Hex color #000930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000930 is #FFF6CF. Grayscale: #0A0A0A. Windows color (decimal): -16774864 or 3148032. OLE color: 3148032.

HSL color Cylindrical-coordinate representation of color #000930: hue angle of 228.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 #000930 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB0948-
CMYK10.8100.81
HSL228.75º100%9.41%-
HSV(B)228.75º100%18.82%-
XYZ0.630.412.84-
YUV10.76149.02120.33-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 9 (3.91% from 255) = 15.79%
BLUE value IS 48 (19.14% from 255) = 84.21%
R=0%
G=15.79%
B=84.21%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal094810.8100.81228.751009.41
Hex09306451051e5649
Octal01160144121012134514411
Binary0100111000011001001010001010100011110010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000930; }

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

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

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

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

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

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

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

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