Html Css Color HEX #0047AD Cobalt

📋 copy color: '#0047AD'

red 0 ◦ green 71 ◦ blue 173

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

Shades of Cobalt #0047AD

Tints of Cobalt #0047AD

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 29.1%
B = 70.9%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0047AD (or 0x0047AD) is known color: Cobalt. HEX triplet: 00, 47 and AD. RGB value is (0,71,173). Sum of RGB (Red+Green+Blue) = 0+71+173=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 71 (28.12% from 255 or 29.10% from 244); Blue value is 173 (67.97% from 255 or 70.90% from 244); Max value from RGB is 173 - color contains mainly: blue. Hex color #0047AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0047AD is #FFB852. Grayscale: #3C3C3C. Windows color (decimal): -16758867 or 11355904. OLE color: 11355904.

HSL color Cylindrical-coordinate representation of color #0047AD: hue angle of 215.38º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0047AD is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 71 173 -
CMYK 1 0.59 0 0.32
HSL 215.38º 1% 0.34% -
HSV(B) 215.38º 1% 0.68% -
XYZ 9.8 7.52 40.47 -
YUV 61.4 190.98 84.21 -
System Red Green Blue C M Y K H S L
Decimal 0 71 173 1 0.59 0 0.32 215.38 1 0.34
Hex 0 47 AD 64 3B 0 20 D7 64 22
Octal 0 107 255 144 73 0 40 327 144 42
Binary 0 1000111 10101101 1100100 111011 0 100000 11010111 1100100 100010

Color Harmonies of #0047AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0047AD

Black with #0047AD

Text Example


Text Example

White with #0047AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0047AD; }

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

 H1.HeaderClassName
 {
   color: #0047AD;
 }
 .AnyTagClassName
 {
   color: #0047AD;
 }
</style>

background-color css

<style>
 a { background-color: #0047AD; }

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

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

border-color css

<style>
 span { border-color: #0047AD; }

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

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