Html Css Color HEX #054FBC Cobalt

📋 copy color: '#054FBC'

red 5 ◦ green 79 ◦ blue 188

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

Shades of Cobalt #054FBC

Tints of Cobalt #054FBC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.04%

 BLUE value IS 188 (73.83% from 255) = 69.12%

R = 1.84%
G = 29.04%
B = 69.12%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#054FBC (or 0x054FBC) is known color: Cobalt. HEX triplet: 05, 4F and BC. RGB value is (5,79,188). Sum of RGB (Red+Green+Blue) = 5+79+188=272 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.84% from 272); Green value is 79 (31.25% from 255 or 29.04% from 272); Blue value is 188 (73.83% from 255 or 69.12% from 272); Max value from RGB is 188 - color contains mainly: blue. Hex color #054FBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054FBC is #FAB043. Grayscale: #444444. Windows color (decimal): -16429124 or 12340997. OLE color: 12340997.

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

Color convert

RGB 5 79 188 -
CMYK 0.97 0.58 0 0.26
HSL 215.74º 0.95% 0.38% -
HSV(B) 215.74º 0.97% 0.74% -
XYZ 11.94 9.26 48.73 -
YUV 69.3 194.98 82.14 -
System Red Green Blue C M Y K H S L
Decimal 5 79 188 0.97 0.58 0 0.26 215.74 0.95 0.38
Hex 5 4F BC 61 3A 0 1A D8 5F 26
Octal 5 117 274 141 72 0 32 330 137 46
Binary 101 1001111 10111100 1100001 111010 0 11010 11011000 1011111 100110

Color Harmonies of #054FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #054FBC

Black with #054FBC

Text Example


Text Example

White with #054FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,79,188); }

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

background-color css

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

 a { background-color: rgb(5,79,188); }

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

border-color css

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

 span { border-color: rgb(5,79,188); }

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