#06028A

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

Shades of Dark Blue #06028A

Tints of Dark Blue #06028A

Color information

#06028A (or 0x06028A) is unknown color: approx Dark Blue. HEX triplet: 06, 02 and 8A. RGB value is (6,2,138). Sum of RGB (Red+Green+Blue) = 6+2+138=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 2 (1.17% from 255 or 1.37% 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 #06028A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06028A is #F9FD75. Grayscale: #121212. Windows color (decimal): -16383350 or 9044486. OLE color: 9044486.

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

Color convert

RGB62138-
CMYK0.960.9900.46
HSL241.76º97.14%27.45%-
HSV(B)241.76º98.55%54.12%-
XYZ4.681.9224.17-
YUV18.7195.33118.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 2 (1.17% from 255) = 1.37%
BLUE value IS 138 (54.30% from 255) = 94.52%
R=4.11%
G=1.37%
B=94.52%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal621380.960.9900.46241.7697.1427.45
Hex628A606302Ef2611b
Octal6221214014305636214133
Binary110101000101011000001100011010111011110010110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06028A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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