Html Css Color HEX #0547A5 Cobalt

📋 copy color: '#0547A5'

red 5 ◦ green 71 ◦ blue 165

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

Shades of Cobalt #0547A5

Tints of Cobalt #0547A5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 29.46%

 BLUE value IS 165 (64.84% from 255) = 68.46%

R = 2.07%
G = 29.46%
B = 68.46%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0547A5 (or 0x0547A5) is known color: Cobalt. HEX triplet: 05, 47 and A5. RGB value is (5,71,165). Sum of RGB (Red+Green+Blue) = 5+71+165=241 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.07% from 241); Green value is 71 (28.12% from 255 or 29.46% from 241); Blue value is 165 (64.84% from 255 or 68.46% from 241); Max value from RGB is 165 - color contains mainly: blue. Hex color #0547A5 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0547A5 is #FAB85A. Grayscale: #3D3D3D. Windows color (decimal): -16431195 or 10831621. OLE color: 10831621.

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

Color convert

RGB 5 71 165 -
CMYK 0.97 0.57 0 0.35
HSL 215.25º 0.94% 0.33% -
HSV(B) 215.25º 0.97% 0.65% -
XYZ 9.11 7.26 36.52 -
YUV 61.98 186.13 87.36 -
System Red Green Blue C M Y K H S L
Decimal 5 71 165 0.97 0.57 0 0.35 215.25 0.94 0.33
Hex 5 47 A5 61 39 0 23 D7 5E 21
Octal 5 107 245 141 71 0 43 327 136 41
Binary 101 1000111 10100101 1100001 111001 0 100011 11010111 1011110 100001

Color Harmonies of #0547A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0547A5

Black with #0547A5

Text Example


Text Example

White with #0547A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0547A5; }

 p { color: rgb(5,71,165); }

 H1.HeaderClassName
 {
   color: #0547A5;
 }
 .AnyTagClassName
 {
   color: #0547A5;
 }
</style>

background-color css

<style>
 a { background-color: #0547A5; }

 a { background-color: rgb(5,71,165); }

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

border-color css

<style>
 span { border-color: #0547A5; }

 span { border-color: rgb(5,71,165); }

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