#06028D

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

Shades of Dark Blue #06028D

Tints of Dark Blue #06028D

Color information

#06028D (or 0x06028D) is unknown color: approx Dark Blue. HEX triplet: 06, 02 and 8D. RGB value is (6,2,141). Sum of RGB (Red+Green+Blue) = 6+2+141=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 2 (1.17% from 255 or 1.34% from 149); Blue value is 141 (55.47% from 255 or 94.63% from 149); Max value from RGB is 141 - color contains mainly: blue. Hex color #06028D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06028D is #F9FD72. Grayscale: #121212. Windows color (decimal): -16383347 or 9241094. OLE color: 9241094.

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

Color convert

RGB62141-
CMYK0.960.9900.45
HSL241.73º97.2%28.04%-
HSV(B)241.73º98.58%55.29%-
XYZ4.92.0125.33-
YUV19.04196.83118.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 2 (1.17% from 255) = 1.34%
BLUE value IS 141 (55.47% from 255) = 94.63%
R=4.03%
G=1.34%
B=94.63%

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
Decimal621410.960.9900.45241.7397.228.04
Hex628D606302Df2611c
Octal6221514014305536214134
Binary110101000110111000001100011010110111110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06028D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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