#06018D

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

Shades of Dark Blue #06018D

Tints of Dark Blue #06018D

Color information

#06018D (or 0x06018D) is unknown color: approx Dark Blue. HEX triplet: 06, 01 and 8D. RGB value is (6,1,141). Sum of RGB (Red+Green+Blue) = 6+1+141=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 141 (55.47% from 255 or 95.27% from 148); Max value from RGB is 141 - color contains mainly: blue. Hex color #06018D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06018D is #F9FE72. Grayscale: #111111. Windows color (decimal): -16383603 or 9240838. OLE color: 9240838.

HSL color Cylindrical-coordinate representation of color #06018D: hue angle of 242.14º 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 #06018D is Cyan = 0.96, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB61141-
CMYK0.960.9900.45
HSL242.14º98.59%27.84%-
HSV(B)242.14º99.29%55.29%-
XYZ4.891.9825.32-
YUV18.46197.16119.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 1 (0.78% from 255) = 0.68%
BLUE value IS 141 (55.47% from 255) = 95.27%
R=4.05%
G=0.68%
B=95.27%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal611410.960.9900.45242.1498.5927.84
Hex618D606302Df2631c
Octal6121514014305536214334
Binary11011000110111000001100011010110111110010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06018D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06018D; }

 p { color: rgb(6,1,141); }

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

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

 a { background-color: rgb(6,1,141); }

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

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

 span { border-color: rgb(6,1,141); }

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