Html Css Color HEX #06529D Cobalt

📋 copy color: '#06529D'

red 6 ◦ green 82 ◦ blue 157

#06529D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #06529D

Tints of Cobalt #06529D

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 value IS 0.96

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06529D (or 0x06529D) is known color: 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

RGB 6 82 157 -
CMYK 0.96 0.48 0 0.38
HSL 209.8º 0.93% 0.32% -
HSV(B) 209.8º 0.96% 0.62% -
XYZ 9.18 8.51 33.06 -
YUV 67.83 178.32 83.9 -
System Red Green Blue C M Y K H S L
Decimal 6 82 157 0.96 0.48 0 0.38 209.8 0.93 0.32
Hex 6 52 9D 60 30 0 26 D2 5D 20
Octal 6 122 235 140 60 0 46 322 135 40
Binary 110 1010010 10011101 1100000 110000 0 100110 11010010 1011101 100000

Color Harmonies of #06529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06529D

Black with #06529D

Text Example


Text Example

White with #06529D

Text Example


Text Example

HTML Codes & Css Web 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>