Html Css Color HEX #0D529B Cobalt

📋 copy color: '#0D529B'

red 13 ◦ green 82 ◦ blue 155

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

Shades of Cobalt #0D529B

Tints of Cobalt #0D529B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 62%

R = 5.2%
G = 32.8%
B = 62%

CMYK

 C value IS 0.92

 M value IS 0.47

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D529B (or 0x0D529B) is known color: Cobalt. HEX triplet: 0D, 52 and 9B. RGB value is (13,82,155). Sum of RGB (Red+Green+Blue) = 13+82+155=250 (33% of max value = 765). Red value is 13 (5.47% from 255 or 5.2% from 250); Green value is 82 (32.42% from 255 or 32.8% from 250); Blue value is 155 (60.94% from 255 or 62% from 250); Max value from RGB is 155 - color contains mainly: blue. Hex color #0D529B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D529B is #F2AD64. Grayscale: #454545. Windows color (decimal): -15904101 or 10179085. OLE color: 10179085.

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

Color convert

RGB 13 82 155 -
CMYK 0.92 0.47 0 0.39
HSL 210.85º 0.85% 0.33% -
HSV(B) 210.85º 0.92% 0.61% -
XYZ 9.1 8.49 32.17 -
YUV 69.69 176.14 87.56 -
System Red Green Blue C M Y K H S L
Decimal 13 82 155 0.92 0.47 0 0.39 210.85 0.85 0.33
Hex D 52 9B 5C 2F 0 27 D3 55 21
Octal 15 122 233 134 57 0 47 323 125 41
Binary 1101 1010010 10011011 1011100 101111 0 100111 11010011 1010101 100001

Color Harmonies of #0D529B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D529B

Black with #0D529B

Text Example


Text Example

White with #0D529B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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