Html Css Color HEX #070653 Midnight Blue

📋 copy color: '#070653'

red 7 ◦ green 6 ◦ blue 83

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

Shades of Midnight Blue #070653

Tints of Midnight Blue #070653

RGB

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

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

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

R = 7.29%
G = 6.25%
B = 86.46%

CMYK

 C value IS 0.92

 M value IS 0.93

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#070653 (or 0x070653) is known color: Midnight Blue. HEX triplet: 07, 06 and 53. RGB value is (7,6,83). Sum of RGB (Red+Green+Blue) = 7+6+83=96 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.29% from 96); Green value is 6 (2.73% from 255 or 6.25% from 96); Blue value is 83 (32.81% from 255 or 86.46% from 96); Max value from RGB is 83 - color contains mainly: blue. Hex color #070653 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070653 is #F8F9AC. Grayscale: #0E0E0E. Windows color (decimal): -16316845 or 5441031. OLE color: 5441031.

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

Color convert

RGB 7 6 83 -
CMYK 0.92 0.93 0 0.67
HSL 240.78º 0.87% 0.17% -
HSV(B) 240.78º 0.93% 0.33% -
XYZ 1.71 0.8 8.25 -
YUV 15.08 166.33 122.24 -
System Red Green Blue C M Y K H S L
Decimal 7 6 83 0.92 0.93 0 0.67 240.78 0.87 0.17
Hex 7 6 53 5C 5D 0 43 F1 57 11
Octal 7 6 123 134 135 0 103 361 127 21
Binary 111 110 1010011 1011100 1011101 0 1000011 11110001 1010111 10001

Color Harmonies of #070653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070653

Black with #070653

Text Example


Text Example

White with #070653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070653; }

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

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

background-color css

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

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

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

border-color css

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

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

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