#070187

Color #070187 Dark Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Blue #070187

Tints of Dark Blue #070187

Color information

#070187 (or 0x070187) is unknown color: approx Dark Blue. HEX triplet: 07, 01 and 87. RGB value is (7,1,135). Sum of RGB (Red+Green+Blue) = 7+1+135=143 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.90% from 143); Green value is 1 (0.78% from 255 or 0.70% from 143); Blue value is 135 (53.12% from 255 or 94.41% from 143); Max value from RGB is 135 - color contains mainly: blue. Hex color #070187 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #070187 is #F8FE78. Grayscale: #111111. Windows color (decimal): -16318073 or 8847623. OLE color: 8847623.

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

Color convert

RGB71135-
CMYK0.950.9900.47
HSL242.69º98.53%26.67%-
HSV(B)242.69º99.26%52.94%-
XYZ4.471.8223.04-
YUV18.07193.99120.1-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.90%
GREEN value IS 1 (0.78% from 255) = 0.70%
BLUE value IS 135 (53.12% from 255) = 94.41%
R=4.90%
G=0.70%
B=94.41%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal711350.950.9900.47242.6998.5326.67
Hex71875F6302Ff3631b
Octal7120713714305736314333
Binary11111000011110111111100011010111111110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #070187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #070187; }

 p { color: rgb(7,1,135); }

 H1.HeaderClassName
 {
   color: #070187;
 }
 .AnyTagClassName
 {
   color: #070187;
 }
</style>
background-color css

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

 a { background-color: rgb(7,1,135); }

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

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

 span { border-color: rgb(7,1,135); }

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