Html Css Color HEX #070386 Dark Blue

📋 copy color: '#070386'

red 7 ◦ green 3 ◦ blue 134

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

Shades of Dark Blue #070386

Tints of Dark Blue #070386

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.08%

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

R = 4.86%
G = 2.08%
B = 93.06%

CMYK

 C value IS 0.95

 M value IS 0.98

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#070386 (or 0x070386) is known color: Dark Blue. HEX triplet: 07, 03 and 86. RGB value is (7,3,134). Sum of RGB (Red+Green+Blue) = 7+3+134=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 3 (1.56% from 255 or 2.08% from 144); Blue value is 134 (52.73% from 255 or 93.06% from 144); Max value from RGB is 134 - color contains mainly: blue. Hex color #070386 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070386 is #F8FC79. Grayscale: #121212. Windows color (decimal): -16317562 or 8782599. OLE color: 8782599.

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

Color convert

RGB 7 3 134 -
CMYK 0.95 0.98 0 0.47
HSL 241.83º 0.96% 0.27% -
HSV(B) 241.83º 0.98% 0.53% -
XYZ 4.42 1.83 22.67 -
YUV 19.13 192.83 119.35 -
System Red Green Blue C M Y K H S L
Decimal 7 3 134 0.95 0.98 0 0.47 241.83 0.96 0.27
Hex 7 3 86 5F 62 0 2F F2 60 1B
Octal 7 3 206 137 142 0 57 362 140 33
Binary 111 11 10000110 1011111 1100010 0 101111 11110010 1100000 11011

Color Harmonies of #070386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070386

Black with #070386

Text Example


Text Example

White with #070386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070386; }

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

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

background-color css

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

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

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

border-color css

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

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

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