Html Css Color HEX #070888 Dark Blue

📋 copy color: '#070888'

red 7 ◦ green 8 ◦ blue 136

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

Shades of Dark Blue #070888

Tints of Dark Blue #070888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 90.07%

R = 4.64%
G = 5.3%
B = 90.07%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#070888 (or 0x070888) is known color: Dark Blue. HEX triplet: 07, 08 and 88. RGB value is (7,8,136). Sum of RGB (Red+Green+Blue) = 7+8+136=151 (20% of max value = 765). Red value is 7 (3.12% from 255 or 4.64% from 151); Green value is 8 (3.52% from 255 or 5.30% from 151); Blue value is 136 (53.52% from 255 or 90.07% from 151); Max value from RGB is 136 - color contains mainly: blue. Hex color #070888 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070888 is #F8F777. Grayscale: #151515. Windows color (decimal): -16316280 or 8914951. OLE color: 8914951.

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

Color convert

RGB 7 8 136 -
CMYK 0.95 0.94 0 0.47
HSL 239.53º 0.9% 0.28% -
HSV(B) 239.53º 0.95% 0.53% -
XYZ 4.62 2 23.43 -
YUV 22.29 192.17 117.09 -
System Red Green Blue C M Y K H S L
Decimal 7 8 136 0.95 0.94 0 0.47 239.53 0.9 0.28
Hex 7 8 88 5F 5E 0 2F F0 5A 1C
Octal 7 10 210 137 136 0 57 360 132 34
Binary 111 1000 10001000 1011111 1011110 0 101111 11110000 1011010 11100

Color Harmonies of #070888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070888

Black with #070888

Text Example


Text Example

White with #070888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070888; }

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

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

background-color css

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

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

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

border-color css

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

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

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