#02093A

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

Shades of Midnight Express #02093A

Tints of Midnight Express #02093A

Color information

#02093A (or 0x02093A) is unknown color: approx Midnight Express. HEX triplet: 02, 09 and 3A. RGB value is (2,9,58). Sum of RGB (Red+Green+Blue) = 2+9+58=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 9 (3.91% from 255 or 13.04% from 69); Blue value is 58 (23.05% from 255 or 84.06% from 69); Max value from RGB is 58 - color contains mainly: blue. Hex color #02093A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02093A is #FDF6C5. Grayscale: #0C0C0C. Windows color (decimal): -16643782 or 3803394. OLE color: 3803394.

HSL color Cylindrical-coordinate representation of color #02093A: hue angle of 232.5º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02093A is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB2958-
CMYK0.970.8400.77
HSL232.5º93.33%11.76%-
HSV(B)232.5º96.55%22.75%-
XYZ0.890.514.06-
YUV12.49153.68120.52-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.90%
GREEN value IS 9 (3.91% from 255) = 13.04%
BLUE value IS 58 (23.05% from 255) = 84.06%
R=2.90%
G=13.04%
B=84.06%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal29580.970.8400.77232.593.3311.76
Hex293A615404De85dc
Octal21172141124011535013514
Binary10100111101011000011010100010011011110100010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02093A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02093A; }

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

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

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

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

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

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

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

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