Html Css Color HEX #070053 Midnight Blue

📋 copy color: '#070053'

red 7 ◦ green 0 ◦ blue 83

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

Shades of Midnight Blue #070053

Tints of Midnight Blue #070053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 92.22%

R = 7.78%
G = 0%
B = 92.22%

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

#070053 (or 0x070053) is known color: Midnight Blue. HEX triplet: 07, 00 and 53. RGB value is (7,0,83). Sum of RGB (Red+Green+Blue) = 7+0+83=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 83 (32.81% from 255 or 92.22% from 90); Max value from RGB is 83 - color contains mainly: blue. Hex color #070053 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070053 is #F8FFAC. Grayscale: #0B0B0B. Windows color (decimal): -16318381 or 5439495. OLE color: 5439495.

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

Color convert

RGB 7 0 83 -
CMYK 0.92 1 0 0.67
HSL 245.06º 1% 0.16% -
HSV(B) 245.06º 1% 0.33% -
XYZ 1.65 0.67 8.23 -
YUV 11.56 168.32 124.75 -
System Red Green Blue C M Y K H S L
Decimal 7 0 83 0.92 1 0 0.67 245.06 1 0.16
Hex 7 0 53 5C 64 0 43 F5 64 10
Octal 7 0 123 134 144 0 103 365 144 20
Binary 111 0 1010011 1011100 1100100 0 1000011 11110101 1100100 10000

Color Harmonies of #070053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070053

Black with #070053

Text Example


Text Example

White with #070053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070053; }

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

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

background-color css

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

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

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

border-color css

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

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

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