Html Css Color HEX #0554B2 Cobalt

📋 copy color: '#0554B2'

red 5 ◦ green 84 ◦ blue 178

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

Shades of Cobalt #0554B2

Tints of Cobalt #0554B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 66.67%

R = 1.87%
G = 31.46%
B = 66.67%

CMYK

 C value IS 0.97

 M value IS 0.53

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#0554B2 (or 0x0554B2) is known color: Cobalt. HEX triplet: 05, 54 and B2. RGB value is (5,84,178). Sum of RGB (Red+Green+Blue) = 5+84+178=267 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.87% from 267); Green value is 84 (33.20% from 255 or 31.46% from 267); Blue value is 178 (69.92% from 255 or 66.67% from 267); Max value from RGB is 178 - color contains mainly: blue. Hex color #0554B2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0554B2 is #FAAB4D. Grayscale: #464646. Windows color (decimal): -16427854 or 11686917. OLE color: 11686917.

HSL color Cylindrical-coordinate representation of color #0554B2: hue angle of 212.6º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0554B2 is Cyan = 0.97, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 5 84 178 -
CMYK 0.97 0.53 0 0.30
HSL 212.6º 0.95% 0.36% -
HSV(B) 212.6º 0.97% 0.7% -
XYZ 11.27 9.59 43.38 -
YUV 71.1 188.33 80.86 -
System Red Green Blue C M Y K H S L
Decimal 5 84 178 0.97 0.53 0 0.30 212.6 0.95 0.36
Hex 5 54 B2 61 35 0 1E D5 5F 24
Octal 5 124 262 141 65 0 36 325 137 44
Binary 101 1010100 10110010 1100001 110101 0 11110 11010101 1011111 100100

Color Harmonies of #0554B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0554B2

Black with #0554B2

Text Example


Text Example

White with #0554B2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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