#07018A

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

Shades of Dark Blue #07018A

Tints of Dark Blue #07018A

Color information

#07018A (or 0x07018A) is unknown color: approx Dark Blue. HEX triplet: 07, 01 and 8A. RGB value is (7,1,138). Sum of RGB (Red+Green+Blue) = 7+1+138=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 1 (0.78% from 255 or 0.68% from 146); Blue value is 138 (54.30% from 255 or 94.52% from 146); Max value from RGB is 138 - color contains mainly: blue. Hex color #07018A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07018A is #F8FE75. Grayscale: #111111. Windows color (decimal): -16318070 or 9044231. OLE color: 9044231.

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

Color convert

RGB71138-
CMYK0.950.9900.46
HSL242.63º98.56%27.25%-
HSV(B)242.63º99.28%54.12%-
XYZ4.691.924.16-
YUV18.41195.49119.86-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.79%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 138 (54.30% from 255) = 94.52%
R=4.79%
G=0.68%
B=94.52%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal711380.950.9900.46242.6398.5627.25
Hex718A5F6302Ef3631b
Octal7121213714305636314333
Binary11111000101010111111100011010111011110011110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07018A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07018A; }

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

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

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

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

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

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

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

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