#0047AB

Color #0047AB Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #0047AB

Tints of Cobalt #0047AB

Color information

#0047AB (or 0x0047AB) is unknown color: approx 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

RGB071171-
CMYK10.5800.33
HSL215.09º100%33.53%-
HSV(B)215.09º100%67.06%-
XYZ9.67.4539.46-
YUV61.17189.9884.37-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 171 (67.19% from 255) = 70.66%
R=0%
G=29.34%
B=70.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal07117110.5800.33215.0910033.53
Hex047AB643A021d76422
Octal01072531447204132714442
Binary010001111010101111001001110100100001110101111100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0047AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>