Html Css Color HEX #06529B Cobalt

📋 copy color: '#06529B'

red 6 ◦ green 82 ◦ blue 155

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

Shades of Cobalt #06529B

Tints of Cobalt #06529B

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

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

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

RGB 6 82 155 -
CMYK 0.96 0.47 0 0.39
HSL 209.4º 0.93% 0.32% -
HSV(B) 209.4º 0.96% 0.61% -
XYZ 9.01 8.44 32.16 -
YUV 67.6 177.32 84.06 -
System Red Green Blue C M Y K H S L
Decimal 6 82 155 0.96 0.47 0 0.39 209.4 0.93 0.32
Hex 6 52 9B 60 2F 0 27 D1 5D 20
Octal 6 122 233 140 57 0 47 321 135 40
Binary 110 1010010 10011011 1100000 101111 0 100111 11010001 1011101 100000

Color Harmonies of #06529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06529B

Black with #06529B

Text Example


Text Example

White with #06529B

Text Example


Text Example

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