Html Css Color HEX #0D52AD Cobalt

📋 copy color: '#0D52AD'

red 13 ◦ green 82 ◦ blue 173

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

Shades of Cobalt #0D52AD

Tints of Cobalt #0D52AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 64.55%

R = 4.85%
G = 30.6%
B = 64.55%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D52AD (or 0x0D52AD) is known color: Cobalt. HEX triplet: 0D, 52 and AD. RGB value is (13,82,173). Sum of RGB (Red+Green+Blue) = 13+82+173=268 (35% of max value = 765). Red value is 13 (5.47% from 255 or 4.85% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 173 (67.97% from 255 or 64.55% from 268); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D52AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0D52AD is #F2AD52. Grayscale: #474747. Windows color (decimal): -15904083 or 11358733. OLE color: 11358733.

HSL color Cylindrical-coordinate representation of color #0D52AD: hue angle of 214.12º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D52AD is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 82 173 -
CMYK 0.92 0.53 0 0.32
HSL 214.13º 0.86% 0.36% -
HSV(B) 214.13º 0.92% 0.68% -
XYZ 10.73 9.14 40.73 -
YUV 71.74 185.14 86.1 -
System Red Green Blue C M Y K H S L
Decimal 13 82 173 0.92 0.53 0 0.32 214.13 0.86 0.36
Hex D 52 AD 5C 35 0 20 D6 56 24
Octal 15 122 255 134 65 0 40 326 126 44
Binary 1101 1010010 10101101 1011100 110101 0 100000 11010110 1010110 100100

Color Harmonies of #0D52AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D52AD

Black with #0D52AD

Text Example


Text Example

White with #0D52AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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