#0049A4

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

Shades of Cobalt #0049A4

Tints of Cobalt #0049A4

Color information

#0049A4 (or 0x0049A4) is unknown color: approx Cobalt. HEX triplet: 00, 49 and A4. RGB value is (0,73,164). Sum of RGB (Red+Green+Blue) = 0+73+164=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 73 (28.91% from 255 or 30.80% from 237); Blue value is 164 (64.45% from 255 or 69.20% from 237); Max value from RGB is 164 - color contains mainly: blue. Hex color #0049A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0049A4 is #FFB65B. Grayscale: #3D3D3D. Windows color (decimal): -16758364 or 10766592. OLE color: 10766592.

HSL color Cylindrical-coordinate representation of color #0049A4: hue angle of 213.29º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0049A4 is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB073164-
CMYK10.5500.36
HSL213.29º100%32.16%-
HSV(B)213.29º100%64.31%-
XYZ9.087.4536.08-
YUV61.55185.8284.1-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 30.80%
BLUE value IS 164 (64.45% from 255) = 69.20%
R=0%
G=30.80%
B=69.20%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal07316410.5500.36213.2910032.16
Hex049A46437024d56420
Octal01112441446704432514440
Binary010010011010010011001001101110100100110101011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0049A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0049A4; }

 p { color: rgb(0,73,164); }

 H1.HeaderClassName
 {
   color: #0049A4;
 }
 .AnyTagClassName
 {
   color: #0049A4;
 }
</style>
background-color css

<style>
 a { background-color: #0049A4; }

 a { background-color: rgb(0,73,164); }

 div.DivClassName
 {
   background-color: #0049A4;
 }
 .BgClassName
 {
   background-color: #0049A4;
 }
</style>
border-color css

<style>
 span { border-color: #0049A4; }

 span { border-color: rgb(0,73,164); }

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