Html Css Color HEX #0047AB Cobalt

📋 copy color: '#0047AB'

red 0 ◦ green 71 ◦ blue 171

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

Shades of Cobalt #0047AB

Tints of Cobalt #0047AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 70.66%

R = 0%
G = 29.34%
B = 70.66%

CMYK

 C value IS 1

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0047AB (or 0x0047AB) is known color: Cobalt. HEX triplet: 00, 47 and AB. RGB value is (0,71,171). Sum of RGB (Red+Green+Blue) = 0+71+171=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 171 (67.19% from 255 or 70.66% from 242); Max value from RGB is 171 - color contains mainly: blue. Hex color #0047AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0047AB is #FFB854. Grayscale: #3C3C3C. Windows color (decimal): -16758869 or 11224832. OLE color: 11224832.

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

Color convert

RGB 0 71 171 -
CMYK 1 0.58 0 0.33
HSL 215.09º 1% 0.34% -
HSV(B) 215.09º 1% 0.67% -
XYZ 9.6 7.45 39.46 -
YUV 61.17 189.98 84.37 -
System Red Green Blue C M Y K H S L
Decimal 0 71 171 1 0.58 0 0.33 215.09 1 0.34
Hex 0 47 AB 64 3A 0 21 D7 64 22
Octal 0 107 253 144 72 0 41 327 144 42
Binary 0 1000111 10101011 1100100 111010 0 100001 11010111 1100100 100010

Color Harmonies of #0047AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0047AB

Black with #0047AB

Text Example


Text Example

White with #0047AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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