Html Css Color HEX #0549AD Cobalt

📋 copy color: '#0549AD'

red 5 ◦ green 73 ◦ blue 173

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

Shades of Cobalt #0549AD

Tints of Cobalt #0549AD

RGB

 RED value IS 5 (2.34% from 255) = 1.99%

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

 BLUE value IS 173 (67.97% from 255) = 68.92%

R = 1.99%
G = 29.08%
B = 68.92%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0549AD (or 0x0549AD) is known color: Cobalt. HEX triplet: 05, 49 and AD. RGB value is (5,73,173). Sum of RGB (Red+Green+Blue) = 5+73+173=251 (33% of max value = 765). Red value is 5 (2.34% from 255 or 1.99% from 251); Green value is 73 (28.91% from 255 or 29.08% from 251); Blue value is 173 (67.97% from 255 or 68.92% from 251); Max value from RGB is 173 - color contains mainly: blue. Hex color #0549AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0549AD is #FAB652. Grayscale: #3F3F3F. Windows color (decimal): -16430675 or 11356421. OLE color: 11356421.

HSL color Cylindrical-coordinate representation of color #0549AD: hue angle of 215.71º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0549AD is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 73 173 -
CMYK 0.97 0.58 0 0.32
HSL 215.71º 0.94% 0.35% -
HSV(B) 215.71º 0.97% 0.68% -
XYZ 9.99 7.81 40.52 -
YUV 64.07 189.47 85.87 -
System Red Green Blue C M Y K H S L
Decimal 5 73 173 0.97 0.58 0 0.32 215.71 0.94 0.35
Hex 5 49 AD 61 3A 0 20 D8 5E 23
Octal 5 111 255 141 72 0 40 330 136 43
Binary 101 1001001 10101101 1100001 111010 0 100000 11011000 1011110 100011

Color Harmonies of #0549AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0549AD

Black with #0549AD

Text Example


Text Example

White with #0549AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0549AD; }

 p { color: rgb(5,73,173); }

 H1.HeaderClassName
 {
   color: #0549AD;
 }
 .AnyTagClassName
 {
   color: #0549AD;
 }
</style>

background-color css

<style>
 a { background-color: #0549AD; }

 a { background-color: rgb(5,73,173); }

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

border-color css

<style>
 span { border-color: #0549AD; }

 span { border-color: rgb(5,73,173); }

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