Html Css Color HEX #0549CA Cobalt

📋 copy color: '#0549CA'

red 5 ◦ green 73 ◦ blue 202

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

Shades of Cobalt #0549CA

Tints of Cobalt #0549CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 72.14%

R = 1.79%
G = 26.07%
B = 72.14%

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

#0549CA (or 0x0549CA) is known color: Cobalt. HEX triplet: 05, 49 and CA. RGB value is (5,73,202). Sum of RGB (Red+Green+Blue) = 5+73+202=280 (37% of max value = 765). Red value is 5 (2.34% from 255 or 1.79% from 280); Green value is 73 (28.91% from 255 or 26.07% from 280); Blue value is 202 (79.30% from 255 or 72.14% from 280); Max value from RGB is 202 - color contains mainly: blue. Hex color #0549CA is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0549CA is #FAB635. Grayscale: #424242. Windows color (decimal): -16430646 or 13256965. OLE color: 13256965.

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

Color convert

RGB 5 73 202 -
CMYK 0.98 0.64 0 0.21
HSL 219.29º 0.95% 0.41% -
HSV(B) 219.29º 0.98% 0.79% -
XYZ 13.11 9.06 56.94 -
YUV 67.37 203.97 83.51 -
System Red Green Blue C M Y K H S L
Decimal 5 73 202 0.98 0.64 0 0.21 219.29 0.95 0.41
Hex 5 49 CA 62 40 0 15 DB 5F 29
Octal 5 111 312 142 100 0 25 333 137 51
Binary 101 1001001 11001010 1100010 1000000 0 10101 11011011 1011111 101001

Color Harmonies of #0549CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0549CA

Black with #0549CA

Text Example


Text Example

White with #0549CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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