Html Css Color HEX #070889 Dark Blue

📋 copy color: '#070889'

red 7 ◦ green 8 ◦ blue 137

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

Shades of Dark Blue #070889

Tints of Dark Blue #070889

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.26%

 BLUE value IS 137 (53.91% from 255) = 90.13%

R = 4.61%
G = 5.26%
B = 90.13%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#070889 (or 0x070889) is known color: Dark Blue. HEX triplet: 07, 08 and 89. RGB value is (7,8,137). Sum of RGB (Red+Green+Blue) = 7+8+137=152 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.61% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 137 (53.91% from 255 or 90.13% from 152); Max value from RGB is 137 - color contains mainly: blue. Hex color #070889 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070889 is #F8F776. Grayscale: #151515. Windows color (decimal): -16316279 or 8980487. OLE color: 8980487.

HSL color Cylindrical-coordinate representation of color #070889: hue angle of 239.54º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #070889 is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 7 8 137 -
CMYK 0.95 0.94 0 0.46
HSL 239.54º 0.9% 0.28% -
HSV(B) 239.54º 0.95% 0.54% -
XYZ 4.69 2.02 23.81 -
YUV 22.41 192.67 117.01 -
System Red Green Blue C M Y K H S L
Decimal 7 8 137 0.95 0.94 0 0.46 239.54 0.9 0.28
Hex 7 8 89 5F 5E 0 2E F0 5A 1C
Octal 7 10 211 137 136 0 56 360 132 34
Binary 111 1000 10001001 1011111 1011110 0 101110 11110000 1011010 11100

Color Harmonies of #070889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070889

Black with #070889

Text Example


Text Example

White with #070889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070889; }

 p { color: rgb(7,8,137); }

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

background-color css

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

 a { background-color: rgb(7,8,137); }

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

border-color css

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

 span { border-color: rgb(7,8,137); }

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