Html Css Color HEX #020648 Midnight Express

📋 copy color: '#020648'

red 2 ◦ green 6 ◦ blue 72

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

Shades of Midnight Express #020648

Tints of Midnight Express #020648

RGB

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

 GREEN value IS 6 (2.73% from 255) = 7.5%

 BLUE value IS 72 (28.52% from 255) = 90%

R = 2.5%
G = 7.5%
B = 90%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#020648 (or 0x020648) is known color: Midnight Express. HEX triplet: 02, 06 and 48. RGB value is (2,6,72). Sum of RGB (Red+Green+Blue) = 2+6+72=80 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.5% from 80); Green value is 6 (2.73% from 255 or 7.5% from 80); Blue value is 72 (28.52% from 255 or 90% from 80); Max value from RGB is 72 - color contains mainly: blue. Hex color #020648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020648 is #FDF9B7. Grayscale: #0C0C0C. Windows color (decimal): -16644536 or 4720130. OLE color: 4720130.

HSL color Cylindrical-coordinate representation of color #020648: hue angle of 236.57º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020648 is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB 2 6 72 -
CMYK 0.97 0.92 0 0.72
HSL 236.57º 0.95% 0.15% -
HSV(B) 236.57º 0.97% 0.28% -
XYZ 1.26 0.61 6.18 -
YUV 12.33 161.67 120.63 -
System Red Green Blue C M Y K H S L
Decimal 2 6 72 0.97 0.92 0 0.72 236.57 0.95 0.15
Hex 2 6 48 61 5C 0 48 ED 5F F
Octal 2 6 110 141 134 0 110 355 137 17
Binary 10 110 1001000 1100001 1011100 0 1001000 11101101 1011111 1111

Color Harmonies of #020648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #020648

Black with #020648

Text Example


Text Example

White with #020648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #020648; }

 p { color: rgb(2,6,72); }

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

background-color css

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

 a { background-color: rgb(2,6,72); }

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

border-color css

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

 span { border-color: rgb(2,6,72); }

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