Html Css Color HEX #070963 Midnight Blue

📋 copy color: '#070963'

red 7 ◦ green 9 ◦ blue 99

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

Shades of Midnight Blue #070963

Tints of Midnight Blue #070963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.83%

 BLUE value IS 99 (39.06% from 255) = 86.09%

R = 6.09%
G = 7.83%
B = 86.09%

CMYK

 C value IS 0.93

 M value IS 0.91

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#070963 (or 0x070963) is known color: Midnight Blue. HEX triplet: 07, 09 and 63. RGB value is (7,9,99). Sum of RGB (Red+Green+Blue) = 7+9+99=115 (15% of max value = 765). Red value is 7 (3.12% from 255 or 6.09% from 115); Green value is 9 (3.91% from 255 or 7.83% from 115); Blue value is 99 (39.06% from 255 or 86.09% from 115); Max value from RGB is 99 - color contains mainly: blue. Hex color #070963 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070963 is #F8F69C. Grayscale: #121212. Windows color (decimal): -16316061 or 6490375. OLE color: 6490375.

HSL color Cylindrical-coordinate representation of color #070963: hue angle of 238.7º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #070963 is Cyan = 0.93, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 9 99 -
CMYK 0.93 0.91 0 0.61
HSL 238.7º 0.87% 0.21% -
HSV(B) 238.7º 0.93% 0.39% -
XYZ 2.44 1.14 11.9 -
YUV 18.66 173.34 119.68 -
System Red Green Blue C M Y K H S L
Decimal 7 9 99 0.93 0.91 0 0.61 238.7 0.87 0.21
Hex 7 9 63 5D 5B 0 3D EF 57 15
Octal 7 11 143 135 133 0 75 357 127 25
Binary 111 1001 1100011 1011101 1011011 0 111101 11101111 1010111 10101

Color Harmonies of #070963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070963

Black with #070963

Text Example


Text Example

White with #070963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070963; }

 p { color: rgb(7,9,99); }

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

background-color css

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

 a { background-color: rgb(7,9,99); }

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

border-color css

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

 span { border-color: rgb(7,9,99); }

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