Html Css Color HEX #070686 Dark Blue

📋 copy color: '#070686'

red 7 ◦ green 6 ◦ blue 134

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

Shades of Dark Blue #070686

Tints of Dark Blue #070686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 91.16%

R = 4.76%
G = 4.08%
B = 91.16%

CMYK

 C value IS 0.95

 M value IS 0.96

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#070686 (or 0x070686) is known color: Dark Blue. HEX triplet: 07, 06 and 86. RGB value is (7,6,134). Sum of RGB (Red+Green+Blue) = 7+6+134=147 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.76% from 147); Green value is 6 (2.73% from 255 or 4.08% from 147); Blue value is 134 (52.73% from 255 or 91.16% from 147); Max value from RGB is 134 - color contains mainly: blue. Hex color #070686 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070686 is #F8F979. Grayscale: #141414. Windows color (decimal): -16316794 or 8783367. OLE color: 8783367.

HSL color Cylindrical-coordinate representation of color #070686: hue angle of 240.47º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #070686 is Cyan = 0.95, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 7 6 134 -
CMYK 0.95 0.96 0 0.47
HSL 240.47º 0.91% 0.27% -
HSV(B) 240.47º 0.96% 0.53% -
XYZ 4.46 1.9 22.69 -
YUV 20.89 191.83 118.09 -
System Red Green Blue C M Y K H S L
Decimal 7 6 134 0.95 0.96 0 0.47 240.47 0.91 0.27
Hex 7 6 86 5F 60 0 2F F0 5B 1B
Octal 7 6 206 137 140 0 57 360 133 33
Binary 111 110 10000110 1011111 1100000 0 101111 11110000 1011011 11011

Color Harmonies of #070686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070686

Black with #070686

Text Example


Text Example

White with #070686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070686; }

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

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

background-color css

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

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

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

border-color css

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

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

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