#07018C

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

Shades of Dark Blue #07018C

Tints of Dark Blue #07018C

Color information

#07018C (or 0x07018C) is unknown color: approx Dark Blue. HEX triplet: 07, 01 and 8C. RGB value is (7,1,140). Sum of RGB (Red+Green+Blue) = 7+1+140=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 140 (55.08% from 255 or 94.59% from 148); Max value from RGB is 140 - color contains mainly: blue. Hex color #07018C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #07018C is #F8FE73. Grayscale: #121212. Windows color (decimal): -16318068 or 9175303. OLE color: 9175303.

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

Color convert

RGB71140-
CMYK0.950.9900.45
HSL242.59º98.58%27.65%-
HSV(B)242.59º99.29%54.9%-
XYZ4.831.9624.93-
YUV18.64196.49119.7-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 4.73%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 140 (55.08% from 255) = 94.59%
R=4.73%
G=0.68%
B=94.59%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal711400.950.9900.45242.5998.5827.65
Hex718C5F6302Df3631c
Octal7121413714305536314334
Binary11111000110010111111100011010110111110011110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07018C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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