Html Css Color HEX #070A57 Midnight Blue

📋 copy color: '#070A57'

red 7 ◦ green 10 ◦ blue 87

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

Shades of Midnight Blue #070A57

Tints of Midnight Blue #070A57

RGB

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

 GREEN value IS 10 (4.3% from 255) = 9.62%

 BLUE value IS 87 (34.38% from 255) = 83.65%

R = 6.73%
G = 9.62%
B = 83.65%

CMYK

 C value IS 0.92

 M value IS 0.89

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#070A57 (or 0x070A57) is known color: Midnight Blue. HEX triplet: 07, 0A and 57. RGB value is (7,10,87). Sum of RGB (Red+Green+Blue) = 7+10+87=104 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.73% from 104); Green value is 10 (4.30% from 255 or 9.62% from 104); Blue value is 87 (34.38% from 255 or 83.65% from 104); Max value from RGB is 87 - color contains mainly: blue. Hex color #070A57 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A57 is #F8F5A8. Grayscale: #111111. Windows color (decimal): -16315817 or 5704199. OLE color: 5704199.

HSL color Cylindrical-coordinate representation of color #070A57: hue angle of 237.75º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070A57 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 7 10 87 -
CMYK 0.92 0.89 0 0.66
HSL 237.75º 0.85% 0.18% -
HSV(B) 237.75º 0.92% 0.34% -
XYZ 1.92 0.95 9.1 -
YUV 17.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 7 10 87 0.92 0.89 0 0.66 237.75 0.85 0.18
Hex 7 A 57 5C 59 0 42 EE 55 12
Octal 7 12 127 134 131 0 102 356 125 22
Binary 111 1010 1010111 1011100 1011001 0 1000010 11101110 1010101 10010

Color Harmonies of #070A57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A57

Black with #070A57

Text Example


Text Example

White with #070A57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070A57; }

 p { color: rgb(7,10,87); }

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

background-color css

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

 a { background-color: rgb(7,10,87); }

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

border-color css

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

 span { border-color: rgb(7,10,87); }

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