Html Css Color HEX #0548B4 Cobalt

📋 copy color: '#0548B4'

red 5 ◦ green 72 ◦ blue 180

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

Shades of Cobalt #0548B4

Tints of Cobalt #0548B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 70.04%

R = 1.95%
G = 28.02%
B = 70.04%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#0548B4 (or 0x0548B4) is known color: Cobalt. HEX triplet: 05, 48 and B4. RGB value is (5,72,180). Sum of RGB (Red+Green+Blue) = 5+72+180=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 180 (70.70% from 255 or 70.04% from 257); Max value from RGB is 180 - color contains mainly: blue. Hex color #0548B4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0548B4 is #FAB74B. Grayscale: #3F3F3F. Windows color (decimal): -16430924 or 11814917. OLE color: 11814917.

HSL color Cylindrical-coordinate representation of color #0548B4: hue angle of 217.03º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0548B4 is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 72 180 -
CMYK 0.97 0.60 0 0.29
HSL 217.03º 0.95% 0.36% -
HSV(B) 217.03º 0.97% 0.71% -
XYZ 10.62 7.96 44.16 -
YUV 64.28 193.3 85.72 -
System Red Green Blue C M Y K H S L
Decimal 5 72 180 0.97 0.60 0 0.29 217.03 0.95 0.36
Hex 5 48 B4 61 3C 0 1D D9 5F 24
Octal 5 110 264 141 74 0 35 331 137 44
Binary 101 1001000 10110100 1100001 111100 0 11101 11011001 1011111 100100

Color Harmonies of #0548B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0548B4

Black with #0548B4

Text Example


Text Example

White with #0548B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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