Html Css Color HEX #0549AC Cobalt

📋 copy color: '#0549AC'

red 5 ◦ green 73 ◦ blue 172

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

Shades of Cobalt #0549AC

Tints of Cobalt #0549AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 68.8%

R = 2%
G = 29.2%
B = 68.8%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0549AC (or 0x0549AC) is known color: Cobalt. HEX triplet: 05, 49 and AC. RGB value is (5,73,172). Sum of RGB (Red+Green+Blue) = 5+73+172=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 73 (28.91% from 255 or 29.2% from 250); Blue value is 172 (67.58% from 255 or 68.8% from 250); Max value from RGB is 172 - color contains mainly: blue. Hex color #0549AC is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0549AC is #FAB653. Grayscale: #3F3F3F. Windows color (decimal): -16430676 or 11290885. OLE color: 11290885.

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

Color convert

RGB 5 73 172 -
CMYK 0.97 0.58 0 0.33
HSL 215.57º 0.94% 0.35% -
HSV(B) 215.57º 0.97% 0.67% -
XYZ 9.89 7.78 40.01 -
YUV 63.95 188.97 85.95 -
System Red Green Blue C M Y K H S L
Decimal 5 73 172 0.97 0.58 0 0.33 215.57 0.94 0.35
Hex 5 49 AC 61 3A 0 21 D8 5E 23
Octal 5 111 254 141 72 0 41 330 136 43
Binary 101 1001001 10101100 1100001 111010 0 100001 11011000 1011110 100011

Color Harmonies of #0549AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0549AC

Black with #0549AC

Text Example


Text Example

White with #0549AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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