Html Css Color HEX #0049A9 Cobalt

📋 copy color: '#0049A9'

red 0 ◦ green 73 ◦ blue 169

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

Shades of Cobalt #0049A9

Tints of Cobalt #0049A9

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.17%

 BLUE value IS 169 (66.41% from 255) = 69.83%

R = 0%
G = 30.17%
B = 69.83%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0049A9 (or 0x0049A9) is known color: Cobalt. HEX triplet: 00, 49 and A9. RGB value is (0,73,169). Sum of RGB (Red+Green+Blue) = 0+73+169=242 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 242); Green value is 73 (28.91% from 255 or 30.17% from 242); Blue value is 169 (66.41% from 255 or 69.83% from 242); Max value from RGB is 169 - color contains mainly: blue. Hex color #0049A9 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0049A9 is #FFB656. Grayscale: #3D3D3D. Windows color (decimal): -16758359 or 11094272. OLE color: 11094272.

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

Color convert

RGB 0 73 169 -
CMYK 1 0.57 0 0.34
HSL 214.08º 1% 0.33% -
HSV(B) 214.08º 1% 0.66% -
XYZ 9.54 7.63 38.51 -
YUV 62.12 188.32 83.69 -
System Red Green Blue C M Y K H S L
Decimal 0 73 169 1 0.57 0 0.34 214.08 1 0.33
Hex 0 49 A9 64 39 0 22 D6 64 21
Octal 0 111 251 144 71 0 42 326 144 41
Binary 0 1001001 10101001 1100100 111001 0 100010 11010110 1100100 100001

Color Harmonies of #0049A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0049A9

Black with #0049A9

Text Example


Text Example

White with #0049A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0049A9;
 }
 .AnyTagClassName
 {
   color: #0049A9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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