Html Css Color HEX #02093A Midnight Express

📋 copy color: '#02093A'

red 2 ◦ green 9 ◦ blue 58

#02093A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #02093A

Tints of Midnight Express #02093A

RGB

 RED value IS 2 (1.17% from 255) = 2.9%

 GREEN value IS 9 (3.91% from 255) = 13.04%

 BLUE value IS 58 (23.05% from 255) = 84.06%

R = 2.9%
G = 13.04%
B = 84.06%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#02093A (or 0x02093A) is known color: 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

RGB 2 9 58 -
CMYK 0.97 0.84 0 0.77
HSL 232.5º 0.93% 0.12% -
HSV(B) 232.5º 0.97% 0.23% -
XYZ 0.89 0.51 4.06 -
YUV 12.49 153.68 120.52 -
System Red Green Blue C M Y K H S L
Decimal 2 9 58 0.97 0.84 0 0.77 232.5 0.93 0.12
Hex 2 9 3A 61 54 0 4D E8 5D C
Octal 2 11 72 141 124 0 115 350 135 14
Binary 10 1001 111010 1100001 1010100 0 1001101 11101000 1011101 1100

Color Harmonies of #02093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02093A

Black with #02093A

Text Example


Text Example

White with #02093A

Text Example


Text Example

HTML Codes & Css Web 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>