Html Css Color HEX #070090 Dark Blue

📋 copy color: '#070090'

red 7 ◦ green 0 ◦ blue 144

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

Shades of Dark Blue #070090

Tints of Dark Blue #070090

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 4.64%
G = 0%
B = 95.36%

CMYK

 C value IS 0.95

 M value IS 1

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#070090 (or 0x070090) is known color: Dark Blue. HEX triplet: 07, 00 and 90. RGB value is (7,0,144). Sum of RGB (Red+Green+Blue) = 7+0+144=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 0 (0.39% from 255 or 0% from 151); Blue value is 144 (56.64% from 255 or 95.36% from 151); Max value from RGB is 144 - color contains mainly: blue. Hex color #070090 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070090 is #F8FF6F. Grayscale: #111111. Windows color (decimal): -16318320 or 9437191. OLE color: 9437191.

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

Color convert

RGB 7 0 144 -
CMYK 0.95 1 0 0.44
HSL 242.92º 1% 0.28% -
HSV(B) 242.92º 1% 0.56% -
XYZ 5.12 2.06 26.51 -
YUV 18.51 198.82 119.79 -
System Red Green Blue C M Y K H S L
Decimal 7 0 144 0.95 1 0 0.44 242.92 1 0.28
Hex 7 0 90 5F 64 0 2C F3 64 1C
Octal 7 0 220 137 144 0 54 363 144 34
Binary 111 0 10010000 1011111 1100100 0 101100 11110011 1100100 11100

Color Harmonies of #070090

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070090

Black with #070090

Text Example


Text Example

White with #070090

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070090; }

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

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

background-color css

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

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

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

border-color css

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

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

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