#06028C

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

Shades of Dark Blue #06028C

Tints of Dark Blue #06028C

Color information

#06028C (or 0x06028C) is unknown color: approx Dark Blue. HEX triplet: 06, 02 and 8C. RGB value is (6,2,140). Sum of RGB (Red+Green+Blue) = 6+2+140=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 2 (1.17% from 255 or 1.35% 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 #06028C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06028C is #F9FD73. Grayscale: #121212. Windows color (decimal): -16383348 or 9175558. OLE color: 9175558.

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

Color convert

RGB62140-
CMYK0.960.9900.45
HSL241.74º97.18%27.84%-
HSV(B)241.74º98.57%54.9%-
XYZ4.831.9824.94-
YUV18.93196.33118.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 2 (1.17% from 255) = 1.35%
BLUE value IS 140 (55.08% from 255) = 94.59%
R=4.05%
G=1.35%
B=94.59%

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
Decimal621400.960.9900.45241.7497.1827.84
Hex628C606302Df2611c
Octal6221414014305536214134
Binary110101000110011000001100011010110111110010110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06028C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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