Html Css Color HEX #054CB9 Cobalt

📋 copy color: '#054CB9'

red 5 ◦ green 76 ◦ blue 185

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

Shades of Cobalt #054CB9

Tints of Cobalt #054CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 69.55%

R = 1.88%
G = 28.57%
B = 69.55%

CMYK

 C value IS 0.97

 M value IS 0.59

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#054CB9 (or 0x054CB9) is known color: Cobalt. HEX triplet: 05, 4C and B9. RGB value is (5,76,185). Sum of RGB (Red+Green+Blue) = 5+76+185=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 76 (30.08% from 255 or 28.57% from 266); Blue value is 185 (72.66% from 255 or 69.55% from 266); Max value from RGB is 185 - color contains mainly: blue. Hex color #054CB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CB9 is #FAB346. Grayscale: #424242. Windows color (decimal): -16429895 or 12143621. OLE color: 12143621.

HSL color Cylindrical-coordinate representation of color #054CB9: hue angle of 216.33º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054CB9 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 76 185 -
CMYK 0.97 0.59 0 0.27
HSL 216.33º 0.95% 0.37% -
HSV(B) 216.33º 0.97% 0.73% -
XYZ 11.4 8.7 46.98 -
YUV 67.2 194.48 83.64 -
System Red Green Blue C M Y K H S L
Decimal 5 76 185 0.97 0.59 0 0.27 216.33 0.95 0.37
Hex 5 4C B9 61 3B 0 1B D8 5F 25
Octal 5 114 271 141 73 0 33 330 137 45
Binary 101 1001100 10111001 1100001 111011 0 11011 11011000 1011111 100101

Color Harmonies of #054CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054CB9

Black with #054CB9

Text Example


Text Example

White with #054CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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