#020930

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

Shades of Midnight Express #020930

Tints of Midnight Express #020930

Color information

#020930 (or 0x020930) is unknown color: approx Midnight Express. HEX triplet: 02, 09 and 30. RGB value is (2,9,48). Sum of RGB (Red+Green+Blue) = 2+9+48=59 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.39% from 59); Green value is 9 (3.91% from 255 or 15.25% from 59); Blue value is 48 (19.14% from 255 or 81.36% from 59); Max value from RGB is 48 - color contains mainly: blue. Hex color #020930 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020930 is #FDF6CF. Grayscale: #0B0B0B. Windows color (decimal): -16643792 or 3148034. OLE color: 3148034.

HSL color Cylindrical-coordinate representation of color #020930: hue angle of 230.87º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #020930 is Cyan = 0.96, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB2948-
CMYK0.960.8100.81
HSL230.87º92%9.8%-
HSV(B)230.87º95.83%18.82%-
XYZ0.660.422.84-
YUV11.35148.68121.33-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 3.39%
GREEN value IS 9 (3.91% from 255) = 15.25%
BLUE value IS 48 (19.14% from 255) = 81.36%
R=3.39%
G=15.25%
B=81.36%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal29480.960.8100.81230.87929.8
Hex29306051051e75ca
Octal21160140121012134713412
Binary10100111000011000001010001010100011110011110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020930; }

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

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

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

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

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

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

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

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