Html Css Color HEX #0D47AD Cobalt

📋 copy color: '#0D47AD'

red 13 ◦ green 71 ◦ blue 173

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

Shades of Cobalt #0D47AD

Tints of Cobalt #0D47AD

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.63%

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

R = 5.06%
G = 27.63%
B = 67.32%

CMYK

 C value IS 0.92

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D47AD (or 0x0D47AD) is known color: Cobalt. HEX triplet: 0D, 47 and AD. RGB value is (13,71,173). Sum of RGB (Red+Green+Blue) = 13+71+173=257 (34% of max value = 765). Red value is 13 (5.47% from 255 or 5.06% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 173 (67.97% from 255 or 67.32% from 257); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D47AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0D47AD is #F2B852. Grayscale: #404040. Windows color (decimal): -15906899 or 11355917. OLE color: 11355917.

HSL color Cylindrical-coordinate representation of color #0D47AD: hue angle of 218.25º 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 #0D47AD is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 71 173 -
CMYK 0.92 0.59 0 0.32
HSL 218.25º 0.86% 0.36% -
HSV(B) 218.25º 0.92% 0.68% -
XYZ 9.96 7.61 40.48 -
YUV 65.29 188.78 90.71 -
System Red Green Blue C M Y K H S L
Decimal 13 71 173 0.92 0.59 0 0.32 218.25 0.86 0.36
Hex D 47 AD 5C 3B 0 20 DA 56 24
Octal 15 107 255 134 73 0 40 332 126 44
Binary 1101 1000111 10101101 1011100 111011 0 100000 11011010 1010110 100100

Color Harmonies of #0D47AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D47AD

Black with #0D47AD

Text Example


Text Example

White with #0D47AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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