Html Css Color HEX #0548AD Cobalt

📋 copy color: '#0548AD'

red 5 ◦ green 72 ◦ blue 173

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

Shades of Cobalt #0548AD

Tints of Cobalt #0548AD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 2%
G = 28.8%
B = 69.2%

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

#0548AD (or 0x0548AD) is known color: Cobalt. HEX triplet: 05, 48 and AD. RGB value is (5,72,173). Sum of RGB (Red+Green+Blue) = 5+72+173=250 (33% of max value = 765). Red value is 5 (2.34% from 255 or 2% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 173 (67.97% from 255 or 69.2% from 250); Max value from RGB is 173 - color contains mainly: blue. Hex color #0548AD is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0548AD is #FAB752. Grayscale: #3F3F3F. Windows color (decimal): -16430931 or 11356165. OLE color: 11356165.

HSL color Cylindrical-coordinate representation of color #0548AD: hue angle of 216.07º 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 #0548AD is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 72 173 -
CMYK 0.97 0.58 0 0.32
HSL 216.07º 0.94% 0.35% -
HSV(B) 216.07º 0.97% 0.68% -
XYZ 9.92 7.68 40.5 -
YUV 63.48 189.8 86.29 -
System Red Green Blue C M Y K H S L
Decimal 5 72 173 0.97 0.58 0 0.32 216.07 0.94 0.35
Hex 5 48 AD 61 3A 0 20 D8 5E 23
Octal 5 110 255 141 72 0 40 330 136 43
Binary 101 1001000 10101101 1100001 111010 0 100000 11011000 1011110 100011

Color Harmonies of #0548AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0548AD

Black with #0548AD

Text Example


Text Example

White with #0548AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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