Html Css Color HEX #054BB1 Cobalt

📋 copy color: '#054BB1'

red 5 ◦ green 75 ◦ blue 177

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

Shades of Cobalt #054BB1

Tints of Cobalt #054BB1

RGB

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

 GREEN value IS 75 (29.69% from 255) = 29.18%

 BLUE value IS 177 (69.53% from 255) = 68.87%

R = 1.95%
G = 29.18%
B = 68.87%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#054BB1 (or 0x054BB1) is known color: Cobalt. HEX triplet: 05, 4B and B1. RGB value is (5,75,177). Sum of RGB (Red+Green+Blue) = 5+75+177=257 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.95% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 177 (69.53% from 255 or 68.87% from 257); Max value from RGB is 177 - color contains mainly: blue. Hex color #054BB1 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054BB1 is #FAB44E. Grayscale: #414141. Windows color (decimal): -16430159 or 11619077. OLE color: 11619077.

HSL color Cylindrical-coordinate representation of color #054BB1: hue angle of 215.58º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054BB1 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 75 177 -
CMYK 0.97 0.58 0 0.31
HSL 215.58º 0.95% 0.36% -
HSV(B) 215.58º 0.97% 0.69% -
XYZ 10.51 8.24 42.63 -
YUV 65.7 190.81 84.71 -
System Red Green Blue C M Y K H S L
Decimal 5 75 177 0.97 0.58 0 0.31 215.58 0.95 0.36
Hex 5 4B B1 61 3A 0 1F D8 5F 24
Octal 5 113 261 141 72 0 37 330 137 44
Binary 101 1001011 10110001 1100001 111010 0 11111 11011000 1011111 100100

Color Harmonies of #054BB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054BB1

Black with #054BB1

Text Example


Text Example

White with #054BB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #054BB1; }

 p { color: rgb(5,75,177); }

 H1.HeaderClassName
 {
   color: #054BB1;
 }
 .AnyTagClassName
 {
   color: #054BB1;
 }
</style>

background-color css

<style>
 a { background-color: #054BB1; }

 a { background-color: rgb(5,75,177); }

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

border-color css

<style>
 span { border-color: #054BB1; }

 span { border-color: rgb(5,75,177); }

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