Html Css Color HEX #0549C9 Cobalt

📋 copy color: '#0549C9'

red 5 ◦ green 73 ◦ blue 201

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

Shades of Cobalt #0549C9

Tints of Cobalt #0549C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 72.04%

R = 1.79%
G = 26.16%
B = 72.04%

CMYK

 C value IS 0.98

 M value IS 0.64

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#0549C9 (or 0x0549C9) is known color: Cobalt. HEX triplet: 05, 49 and C9. RGB value is (5,73,201). Sum of RGB (Red+Green+Blue) = 5+73+201=279 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 201 (78.91% from 255 or 72.04% from 279); Max value from RGB is 201 - color contains mainly: blue. Hex color #0549C9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0549C9 is #FAB636. Grayscale: #424242. Windows color (decimal): -16430647 or 13191429. OLE color: 13191429.

HSL color Cylindrical-coordinate representation of color #0549C9: hue angle of 219.18º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0549C9 is Cyan = 0.98, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 5 73 201 -
CMYK 0.98 0.64 0 0.21
HSL 219.18º 0.95% 0.4% -
HSV(B) 219.18º 0.98% 0.79% -
XYZ 12.99 9.01 56.31 -
YUV 67.26 203.47 83.59 -
System Red Green Blue C M Y K H S L
Decimal 5 73 201 0.98 0.64 0 0.21 219.18 0.95 0.4
Hex 5 49 C9 62 40 0 15 DB 5F 28
Octal 5 111 311 142 100 0 25 333 137 50
Binary 101 1001001 11001001 1100010 1000000 0 10101 11011011 1011111 101000

Color Harmonies of #0549C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0549C9

Black with #0549C9

Text Example


Text Example

White with #0549C9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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