Html Css Color HEX #02073C Midnight Express

📋 copy color: '#02073C'

red 2 ◦ green 7 ◦ blue 60

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

Shades of Midnight Express #02073C

Tints of Midnight Express #02073C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 10.14%

 BLUE value IS 60 (23.83% from 255) = 86.96%

R = 2.9%
G = 10.14%
B = 86.96%

CMYK

 C value IS 0.97

 M value IS 0.88

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#02073C (or 0x02073C) is known color: Midnight Express. HEX triplet: 02, 07 and 3C. RGB value is (2,7,60). Sum of RGB (Red+Green+Blue) = 2+7+60=69 (9% of max value = 765). Red value is 2 (1.17% from 255 or 2.90% from 69); Green value is 7 (3.12% from 255 or 10.14% from 69); Blue value is 60 (23.83% from 255 or 86.96% from 69); Max value from RGB is 60 - color contains mainly: blue. Hex color #02073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #02073C is #FDF8C3. Grayscale: #0B0B0B. Windows color (decimal): -16644292 or 3933954. OLE color: 3933954.

HSL color Cylindrical-coordinate representation of color #02073C: hue angle of 234.83º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02073C is Cyan = 0.97, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 2 7 60 -
CMYK 0.97 0.88 0 0.76
HSL 234.83º 0.94% 0.12% -
HSV(B) 234.83º 0.97% 0.24% -
XYZ 0.92 0.49 4.32 -
YUV 11.55 155.34 121.19 -
System Red Green Blue C M Y K H S L
Decimal 2 7 60 0.97 0.88 0 0.76 234.83 0.94 0.12
Hex 2 7 3C 61 58 0 4C EB 5E C
Octal 2 7 74 141 130 0 114 353 136 14
Binary 10 111 111100 1100001 1011000 0 1001100 11101011 1011110 1100

Color Harmonies of #02073C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02073C

Black with #02073C

Text Example


Text Example

White with #02073C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02073C; }

 p { color: rgb(2,7,60); }

 H1.HeaderClassName
 {
   color: #02073C;
 }
 .AnyTagClassName
 {
   color: #02073C;
 }
</style>

background-color css

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

 a { background-color: rgb(2,7,60); }

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

border-color css

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

 span { border-color: rgb(2,7,60); }

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