#06529B

Color #06529B Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #06529B

Tints of Cobalt #06529B

Color information

#06529B (or 0x06529B) is unknown color: approx Cobalt. HEX triplet: 06, 52 and 9B. RGB value is (6,82,155). Sum of RGB (Red+Green+Blue) = 6+82+155=243 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.47% from 243); Green value is 82 (32.42% from 255 or 33.74% from 243); Blue value is 155 (60.94% from 255 or 63.79% from 243); Max value from RGB is 155 - color contains mainly: blue. Hex color #06529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06529B is #F9AD64. Grayscale: #434343. Windows color (decimal): -16362853 or 10179078. OLE color: 10179078.

HSL color Cylindrical-coordinate representation of color #06529B: hue angle of 209.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06529B is Cyan = 0.96, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB682155-
CMYK0.960.4700.39
HSL209.4º92.55%31.57%-
HSV(B)209.4º96.13%60.78%-
XYZ9.018.4432.16-
YUV67.6177.3284.06-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.47%
GREEN value IS 82 (32.42% from 255) = 33.74%
BLUE value IS 155 (60.94% from 255) = 63.79%
R=2.47%
G=33.74%
B=63.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6821550.960.4700.39209.492.5531.57
Hex6529B602F027d15d20
Octal61222331405704732113540
Binary11010100101001101111000001011110100111110100011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06529B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06529B; }

 p { color: rgb(6,82,155); }

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

<style>
 a { background-color: #06529B; }

 a { background-color: rgb(6,82,155); }

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

<style>
 span { border-color: #06529B; }

 span { border-color: rgb(6,82,155); }

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