Html Css Color HEX #070244 Midnight Express

📋 copy color: '#070244'

red 7 ◦ green 2 ◦ blue 68

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

Shades of Midnight Express #070244

Tints of Midnight Express #070244

RGB

 RED value IS 7 (3.13% from 255) = 9.09%

 GREEN value IS 2 (1.17% from 255) = 2.6%

 BLUE value IS 68 (26.95% from 255) = 88.31%

R = 9.09%
G = 2.6%
B = 88.31%

CMYK

 C value IS 0.90

 M value IS 0.97

 Y value IS 0

 K value IS 0.73

RGB Variations

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

Color information

#070244 (or 0x070244) is known color: Midnight Express. HEX triplet: 07, 02 and 44. RGB value is (7,2,68). Sum of RGB (Red+Green+Blue) = 7+2+68=77 (10% of max value = 765). Red value is 7 (3.12% from 255 or 9.09% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 68 (26.95% from 255 or 88.31% from 77); Max value from RGB is 68 - color contains mainly: blue. Hex color #070244 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070244 is #F8FDBB. Grayscale: #0A0A0A. Windows color (decimal): -16317884 or 4456967. OLE color: 4456967.

HSL color Cylindrical-coordinate representation of color #070244: hue angle of 244.55º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #070244 is Cyan = 0.90, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB 7 2 68 -
CMYK 0.90 0.97 0 0.73
HSL 244.55º 0.94% 0.14% -
HSV(B) 244.55º 0.97% 0.27% -
XYZ 1.15 0.51 5.51 -
YUV 11.02 160.16 125.13 -
System Red Green Blue C M Y K H S L
Decimal 7 2 68 0.90 0.97 0 0.73 244.55 0.94 0.14
Hex 7 2 44 5A 61 0 49 F5 5E E
Octal 7 2 104 132 141 0 111 365 136 16
Binary 111 10 1000100 1011010 1100001 0 1001001 11110101 1011110 1110

Color Harmonies of #070244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070244

Black with #070244

Text Example


Text Example

White with #070244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070244; }

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

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

background-color css

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

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

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

border-color css

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

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

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