#06529D

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

Shades of Cobalt #06529D

Tints of Cobalt #06529D

Color information

#06529D (or 0x06529D) is unknown color: approx Cobalt. HEX triplet: 06, 52 and 9D. RGB value is (6,82,157). Sum of RGB (Red+Green+Blue) = 6+82+157=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 82 (32.42% from 255 or 33.47% from 245); Blue value is 157 (61.72% from 255 or 64.08% from 245); Max value from RGB is 157 - color contains mainly: blue. Hex color #06529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #06529D is #F9AD62. Grayscale: #434343. Windows color (decimal): -16362851 or 10310150. OLE color: 10310150.

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

Color convert

RGB682157-
CMYK0.960.4800.38
HSL209.8º92.64%31.96%-
HSV(B)209.8º96.18%61.57%-
XYZ9.188.5133.06-
YUV67.83178.3283.9-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 2.45%
GREEN value IS 82 (32.42% from 255) = 33.47%
BLUE value IS 157 (61.72% from 255) = 64.08%
R=2.45%
G=33.47%
B=64.08%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6821570.960.4800.38209.892.6431.96
Hex6529D6030026d25d20
Octal61222351406004632213540
Binary11010100101001110111000001100000100110110100101011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06529D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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