Html Css Color HEX #070490 Dark Blue

📋 copy color: '#070490'

red 7 ◦ green 4 ◦ blue 144

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

Shades of Dark Blue #070490

Tints of Dark Blue #070490

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.58%

 BLUE value IS 144 (56.64% from 255) = 92.9%

R = 4.52%
G = 2.58%
B = 92.9%

CMYK

 C value IS 0.95

 M value IS 0.97

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#070490 (or 0x070490) is known color: Dark Blue. HEX triplet: 07, 04 and 90. RGB value is (7,4,144). Sum of RGB (Red+Green+Blue) = 7+4+144=155 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.52% from 155); Green value is 4 (1.95% from 255 or 2.58% from 155); Blue value is 144 (56.64% from 255 or 92.90% from 155); Max value from RGB is 144 - color contains mainly: blue. Hex color #070490 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070490 is #F8FB6F. Grayscale: #141414. Windows color (decimal): -16317296 or 9438215. OLE color: 9438215.

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

Color convert

RGB 7 4 144 -
CMYK 0.95 0.97 0 0.44
HSL 241.29º 0.95% 0.29% -
HSV(B) 241.29º 0.97% 0.56% -
XYZ 5.17 2.15 26.53 -
YUV 20.86 197.49 118.12 -
System Red Green Blue C M Y K H S L
Decimal 7 4 144 0.95 0.97 0 0.44 241.29 0.95 0.29
Hex 7 4 90 5F 61 0 2C F1 5F 1D
Octal 7 4 220 137 141 0 54 361 137 35
Binary 111 100 10010000 1011111 1100001 0 101100 11110001 1011111 11101

Color Harmonies of #070490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070490

Black with #070490

Text Example


Text Example

White with #070490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070490; }

 p { color: rgb(7,4,144); }

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

background-color css

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

 a { background-color: rgb(7,4,144); }

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

border-color css

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

 span { border-color: rgb(7,4,144); }

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