Html Css Color HEX #070448 Midnight Blue

📋 copy color: '#070448'

red 7 ◦ green 4 ◦ blue 72

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

Shades of Midnight Blue #070448

Tints of Midnight Blue #070448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.82%

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

R = 8.43%
G = 4.82%
B = 86.75%

CMYK

 C value IS 0.90

 M value IS 0.94

 Y value IS 0

 K value IS 0.72

RGB Variations

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

Color information

#070448 (or 0x070448) is known color: Midnight Blue. HEX triplet: 07, 04 and 48. RGB value is (7,4,72). Sum of RGB (Red+Green+Blue) = 7+4+72=83 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.43% from 83); Green value is 4 (1.95% from 255 or 4.82% from 83); Blue value is 72 (28.52% from 255 or 86.75% from 83); Max value from RGB is 72 - color contains mainly: blue. Hex color #070448 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070448 is #F8FBB7. Grayscale: #0C0C0C. Windows color (decimal): -16317368 or 4719623. OLE color: 4719623.

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

Color convert

RGB 7 4 72 -
CMYK 0.90 0.94 0 0.72
HSL 242.65º 0.89% 0.15% -
HSV(B) 242.65º 0.94% 0.28% -
XYZ 1.3 0.6 6.18 -
YUV 12.65 161.49 123.97 -
System Red Green Blue C M Y K H S L
Decimal 7 4 72 0.90 0.94 0 0.72 242.65 0.89 0.15
Hex 7 4 48 5A 5E 0 48 F3 59 F
Octal 7 4 110 132 136 0 110 363 131 17
Binary 111 100 1001000 1011010 1011110 0 1001000 11110011 1011001 1111

Color Harmonies of #070448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070448

Black with #070448

Text Example


Text Example

White with #070448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070448; }

 p { color: rgb(7,4,72); }

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

background-color css

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

 a { background-color: rgb(7,4,72); }

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

border-color css

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

 span { border-color: rgb(7,4,72); }

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