Html Css Color HEX #0049AB Cobalt

📋 copy color: '#0049AB'

red 0 ◦ green 73 ◦ blue 171

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

Shades of Cobalt #0049AB

Tints of Cobalt #0049AB

RGB

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

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

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

R = 0%
G = 29.92%
B = 70.08%

CMYK

 C value IS 1

 M value IS 0.57

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0049AB (or 0x0049AB) is known color: Cobalt. HEX triplet: 00, 49 and AB. RGB value is (0,73,171). Sum of RGB (Red+Green+Blue) = 0+73+171=244 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #0049AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0049AB is #FFB654. Grayscale: #3D3D3D. Windows color (decimal): -16758357 or 11225344. OLE color: 11225344.

HSL color Cylindrical-coordinate representation of color #0049AB: hue angle of 214.39º 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 #0049AB is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 0 73 171 -
CMYK 1 0.57 0 0.33
HSL 214.39º 1% 0.34% -
HSV(B) 214.39º 1% 0.67% -
XYZ 9.73 7.71 39.5 -
YUV 62.35 189.32 83.53 -
System Red Green Blue C M Y K H S L
Decimal 0 73 171 1 0.57 0 0.33 214.39 1 0.34
Hex 0 49 AB 64 39 0 21 D6 64 22
Octal 0 111 253 144 71 0 41 326 144 42
Binary 0 1001001 10101011 1100100 111001 0 100001 11010110 1100100 100010

Color Harmonies of #0049AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0049AB

Black with #0049AB

Text Example


Text Example

White with #0049AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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