Html Css Color HEX #070291 Dark Blue

📋 copy color: '#070291'

red 7 ◦ green 2 ◦ blue 145

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

Shades of Dark Blue #070291

Tints of Dark Blue #070291

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.3%

 BLUE value IS 145 (57.03% from 255) = 94.16%

R = 4.55%
G = 1.3%
B = 94.16%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#070291 (or 0x070291) is known color: Dark Blue. HEX triplet: 07, 02 and 91. RGB value is (7,2,145). Sum of RGB (Red+Green+Blue) = 7+2+145=154 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.55% from 154); Green value is 2 (1.17% from 255 or 1.30% from 154); Blue value is 145 (57.03% from 255 or 94.16% from 154); Max value from RGB is 145 - color contains mainly: blue. Hex color #070291 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070291 is #F8FD6E. Grayscale: #131313. Windows color (decimal): -16317807 or 9503239. OLE color: 9503239.

HSL color Cylindrical-coordinate representation of color #070291: hue angle of 242.1º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070291 is Cyan = 0.95, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 7 2 145 -
CMYK 0.95 0.99 0 0.43
HSL 242.1º 0.97% 0.29% -
HSV(B) 242.1º 0.99% 0.57% -
XYZ 5.22 2.13 26.92 -
YUV 19.8 198.66 118.87 -
System Red Green Blue C M Y K H S L
Decimal 7 2 145 0.95 0.99 0 0.43 242.1 0.97 0.29
Hex 7 2 91 5F 63 0 2B F2 61 1D
Octal 7 2 221 137 143 0 53 362 141 35
Binary 111 10 10010001 1011111 1100011 0 101011 11110010 1100001 11101

Color Harmonies of #070291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070291

Black with #070291

Text Example


Text Example

White with #070291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070291; }

 p { color: rgb(7,2,145); }

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

background-color css

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

 a { background-color: rgb(7,2,145); }

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

border-color css

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

 span { border-color: rgb(7,2,145); }

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