Html Css Color HEX #0D529D Cobalt

📋 copy color: '#0D529D'

red 13 ◦ green 82 ◦ blue 157

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

Shades of Cobalt #0D529D

Tints of Cobalt #0D529D

RGB

 RED value IS 13 (5.47% from 255) = 5.16%

 GREEN value IS 82 (32.42% from 255) = 32.54%

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 5.16%
G = 32.54%
B = 62.3%

CMYK

 C value IS 0.92

 M value IS 0.48

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D529D (or 0x0D529D) is known color: Cobalt. HEX triplet: 0D, 52 and 9D. RGB value is (13,82,157). Sum of RGB (Red+Green+Blue) = 13+82+157=252 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.16% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #0D529D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D529D is #F2AD62. Grayscale: #454545. Windows color (decimal): -15904099 or 10310157. OLE color: 10310157.

HSL color Cylindrical-coordinate representation of color #0D529D: hue angle of 211.25º degrees, saturation: 0.85, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D529D is Cyan = 0.92, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 82 157 -
CMYK 0.92 0.48 0 0.38
HSL 211.25º 0.85% 0.33% -
HSV(B) 211.25º 0.92% 0.62% -
XYZ 9.27 8.55 33.06 -
YUV 69.92 177.14 87.4 -
System Red Green Blue C M Y K H S L
Decimal 13 82 157 0.92 0.48 0 0.38 211.25 0.85 0.33
Hex D 52 9D 5C 30 0 26 D3 55 21
Octal 15 122 235 134 60 0 46 323 125 41
Binary 1101 1010010 10011101 1011100 110000 0 100110 11010011 1010101 100001

Color Harmonies of #0D529D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D529D

Black with #0D529D

Text Example


Text Example

White with #0D529D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D529D; }

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

 H1.HeaderClassName
 {
   color: #0D529D;
 }
 .AnyTagClassName
 {
   color: #0D529D;
 }
</style>

background-color css

<style>
 a { background-color: #0D529D; }

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

 div.DivClassName
 {
   background-color: #0D529D;
 }
 .BgClassName
 {
   background-color: #0D529D;
 }
</style>

border-color css

<style>
 span { border-color: #0D529D; }

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

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