Html Css Color HEX #070290 Dark Blue

📋 copy color: '#070290'

red 7 ◦ green 2 ◦ blue 144

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

Shades of Dark Blue #070290

Tints of Dark Blue #070290

RGB

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

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

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

R = 4.58%
G = 1.31%
B = 94.12%

CMYK

 C value IS 0.95

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#070290 (or 0x070290) is known color: Dark Blue. HEX triplet: 07, 02 and 90. RGB value is (7,2,144). Sum of RGB (Red+Green+Blue) = 7+2+144=153 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.58% from 153); Green value is 2 (1.17% from 255 or 1.31% from 153); Blue value is 144 (56.64% from 255 or 94.12% from 153); Max value from RGB is 144 - color contains mainly: blue. Hex color #070290 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070290 is #F8FD6F. Grayscale: #131313. Windows color (decimal): -16317808 or 9437703. OLE color: 9437703.

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

Color convert

RGB 7 2 144 -
CMYK 0.95 0.99 0 0.44
HSL 242.11º 0.97% 0.29% -
HSV(B) 242.11º 0.99% 0.56% -
XYZ 5.14 2.1 26.52 -
YUV 19.68 198.16 118.95 -
System Red Green Blue C M Y K H S L
Decimal 7 2 144 0.95 0.99 0 0.44 242.11 0.97 0.29
Hex 7 2 90 5F 63 0 2C F2 61 1D
Octal 7 2 220 137 143 0 54 362 141 35
Binary 111 10 10010000 1011111 1100011 0 101100 11110010 1100001 11101

Color Harmonies of #070290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070290

Black with #070290

Text Example


Text Example

White with #070290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070290; }

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

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

background-color css

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

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

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

border-color css

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

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

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