Html Css Color HEX #02003A Midnight Express

📋 copy color: '#02003A'

red 2 ◦ green 0 ◦ blue 58

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

Shades of Midnight Express #02003A

Tints of Midnight Express #02003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 3.33%
G = 0%
B = 96.67%

CMYK

 C value IS 0.97

 M value IS 1

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#02003A (or 0x02003A) is known color: Midnight Express. HEX triplet: 02, 00 and 3A. RGB value is (2,0,58). Sum of RGB (Red+Green+Blue) = 2+0+58=60 (7% of max value = 765). Red value is 2 (1.17% from 255 or 3.33% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 58 (23.05% from 255 or 96.67% from 60); Max value from RGB is 58 - color contains mainly: blue. Hex color #02003A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02003A is #FDFFC5. Grayscale: #060606. Windows color (decimal): -16646086 or 3801090. OLE color: 3801090.

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

Color convert

RGB 2 0 58 -
CMYK 0.97 1 0 0.77
HSL 242.07º 1% 0.11% -
HSV(B) 242.07º 1% 0.23% -
XYZ 0.79 0.32 4.02 -
YUV 7.21 156.66 124.28 -
System Red Green Blue C M Y K H S L
Decimal 2 0 58 0.97 1 0 0.77 242.07 1 0.11
Hex 2 0 3A 61 64 0 4D F2 64 B
Octal 2 0 72 141 144 0 115 362 144 13
Binary 10 0 111010 1100001 1100100 0 1001101 11110010 1100100 1011

Color Harmonies of #02003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02003A

Black with #02003A

Text Example


Text Example

White with #02003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #02003A;
 }
 .AnyTagClassName
 {
   color: #02003A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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