Html Css Color HEX #054CB5 Cobalt

📋 copy color: '#054CB5'

red 5 ◦ green 76 ◦ blue 181

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

Shades of Cobalt #054CB5

Tints of Cobalt #054CB5

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.01%

 BLUE value IS 181 (71.09% from 255) = 69.08%

R = 1.91%
G = 29.01%
B = 69.08%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#054CB5 (or 0x054CB5) is known color: Cobalt. HEX triplet: 05, 4C and B5. RGB value is (5,76,181). Sum of RGB (Red+Green+Blue) = 5+76+181=262 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.91% from 262); Green value is 76 (30.08% from 255 or 29.01% from 262); Blue value is 181 (71.09% from 255 or 69.08% from 262); Max value from RGB is 181 - color contains mainly: blue. Hex color #054CB5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CB5 is #FAB34A. Grayscale: #424242. Windows color (decimal): -16429899 or 11881477. OLE color: 11881477.

HSL color Cylindrical-coordinate representation of color #054CB5: hue angle of 215.8º 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 #054CB5 is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 5 76 181 -
CMYK 0.97 0.58 0 0.29
HSL 215.8º 0.95% 0.36% -
HSV(B) 215.8º 0.97% 0.71% -
XYZ 10.99 8.54 44.78 -
YUV 66.74 192.48 83.96 -
System Red Green Blue C M Y K H S L
Decimal 5 76 181 0.97 0.58 0 0.29 215.8 0.95 0.36
Hex 5 4C B5 61 3A 0 1D D8 5F 24
Octal 5 114 265 141 72 0 35 330 137 44
Binary 101 1001100 10110101 1100001 111010 0 11101 11011000 1011111 100100

Color Harmonies of #054CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CB5

Black with #054CB5

Text Example


Text Example

White with #054CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,76,181); }

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

background-color css

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

 a { background-color: rgb(5,76,181); }

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

border-color css

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

 span { border-color: rgb(5,76,181); }

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