Html Css Color HEX #0554AA Cobalt

📋 copy color: '#0554AA'

red 5 ◦ green 84 ◦ blue 170

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

Shades of Cobalt #0554AA

Tints of Cobalt #0554AA

RGB

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

 GREEN value IS 84 (33.2% from 255) = 32.43%

 BLUE value IS 170 (66.8% from 255) = 65.64%

R = 1.93%
G = 32.43%
B = 65.64%

CMYK

 C value IS 0.97

 M value IS 0.51

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0554AA (or 0x0554AA) is known color: Cobalt. HEX triplet: 05, 54 and AA. RGB value is (5,84,170). Sum of RGB (Red+Green+Blue) = 5+84+170=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 84 (33.20% from 255 or 32.43% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #0554AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0554AA is #FAAB55. Grayscale: #454545. Windows color (decimal): -16427862 or 11162629. OLE color: 11162629.

HSL color Cylindrical-coordinate representation of color #0554AA: hue angle of 211.27º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0554AA is Cyan = 0.97, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 84 170 -
CMYK 0.97 0.51 0 0.33
HSL 211.27º 0.94% 0.34% -
HSV(B) 211.27º 0.97% 0.67% -
XYZ 10.49 9.28 39.27 -
YUV 70.18 184.33 81.51 -
System Red Green Blue C M Y K H S L
Decimal 5 84 170 0.97 0.51 0 0.33 211.27 0.94 0.34
Hex 5 54 AA 61 33 0 21 D3 5E 22
Octal 5 124 252 141 63 0 41 323 136 42
Binary 101 1010100 10101010 1100001 110011 0 100001 11010011 1011110 100010

Color Harmonies of #0554AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0554AA

Black with #0554AA

Text Example


Text Example

White with #0554AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0554AA; }

 p { color: rgb(5,84,170); }

 H1.HeaderClassName
 {
   color: #0554AA;
 }
 .AnyTagClassName
 {
   color: #0554AA;
 }
</style>

background-color css

<style>
 a { background-color: #0554AA; }

 a { background-color: rgb(5,84,170); }

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

border-color css

<style>
 span { border-color: #0554AA; }

 span { border-color: rgb(5,84,170); }

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