Html Css Color HEX #02003B Midnight Express

📋 copy color: '#02003B'

red 2 ◦ green 0 ◦ blue 59

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

Shades of Midnight Express #02003B

Tints of Midnight Express #02003B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 96.72%

R = 3.28%
G = 0%
B = 96.72%

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

#02003B (or 0x02003B) is known color: Midnight Express. HEX triplet: 02, 00 and 3B. RGB value is (2,0,59). Sum of RGB (Red+Green+Blue) = 2+0+59=61 (8% of max value = 765). Red value is 2 (1.17% from 255 or 3.28% from 61); Green value is 0 (0.39% from 255 or 0% from 61); Blue value is 59 (23.44% from 255 or 96.72% from 61); Max value from RGB is 59 - color contains mainly: blue. Hex color #02003B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02003B is #FDFFC4. Grayscale: #070707. Windows color (decimal): -16646085 or 3866626. OLE color: 3866626.

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

Color convert

RGB 2 0 59 -
CMYK 0.97 1 0 0.77
HSL 242.03º 1% 0.12% -
HSV(B) 242.03º 1% 0.23% -
XYZ 0.81 0.33 4.16 -
YUV 7.32 157.16 124.2 -
System Red Green Blue C M Y K H S L
Decimal 2 0 59 0.97 1 0 0.77 242.03 1 0.12
Hex 2 0 3B 61 64 0 4D F2 64 C
Octal 2 0 73 141 144 0 115 362 144 14
Binary 10 0 111011 1100001 1100100 0 1001101 11110010 1100100 1100

Color Harmonies of #02003B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02003B

Black with #02003B

Text Example


Text Example

White with #02003B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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