Html Css Color HEX #070055 Midnight Blue

📋 copy color: '#070055'

red 7 ◦ green 0 ◦ blue 85

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

Shades of Midnight Blue #070055

Tints of Midnight Blue #070055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 92.39%

R = 7.61%
G = 0%
B = 92.39%

CMYK

 C value IS 0.92

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#070055 (or 0x070055) is known color: Midnight Blue. HEX triplet: 07, 00 and 55. RGB value is (7,0,85). Sum of RGB (Red+Green+Blue) = 7+0+85=92 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.61% from 92); Green value is 0 (0.39% from 255 or 0% from 92); Blue value is 85 (33.59% from 255 or 92.39% from 92); Max value from RGB is 85 - color contains mainly: blue. Hex color #070055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070055 is #F8FFAA. Grayscale: #0B0B0B. Windows color (decimal): -16318379 or 5570567. OLE color: 5570567.

HSL color Cylindrical-coordinate representation of color #070055: hue angle of 244.94º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070055 is Cyan = 0.92, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 7 0 85 -
CMYK 0.92 1 0 0.67
HSL 244.94º 1% 0.17% -
HSV(B) 244.94º 1% 0.33% -
XYZ 1.73 0.7 8.64 -
YUV 11.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 7 0 85 0.92 1 0 0.67 244.94 1 0.17
Hex 7 0 55 5C 64 0 43 F5 64 11
Octal 7 0 125 134 144 0 103 365 144 21
Binary 111 0 1010101 1011100 1100100 0 1000011 11110101 1100100 10001

Color Harmonies of #070055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070055

Black with #070055

Text Example


Text Example

White with #070055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070055; }

 p { color: rgb(7,0,85); }

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

background-color css

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

 a { background-color: rgb(7,0,85); }

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

border-color css

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

 span { border-color: rgb(7,0,85); }

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