#054EBB

Color #054EBB Cobalt (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cobalt #054EBB

Tints of Cobalt #054EBB

Color information

#054EBB (or 0x054EBB) is unknown color: approx Cobalt. HEX triplet: 05, 4E and BB. RGB value is (5,78,187). Sum of RGB (Red+Green+Blue) = 5+78+187=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 78 (30.86% from 255 or 28.89% from 270); Blue value is 187 (73.44% from 255 or 69.26% from 270); Max value from RGB is 187 - color contains mainly: blue. Hex color #054EBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #054EBB is #FAB144. Grayscale: #444444. Windows color (decimal): -16429381 or 12275205. OLE color: 12275205.

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

Color convert

RGB578187-
CMYK0.970.5800.27
HSL215.93º94.79%37.65%-
HSV(B)215.93º97.33%73.33%-
XYZ11.769.0748.14-
YUV68.6194.8282.64-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.85%
GREEN value IS 78 (30.86% from 255) = 28.89%
BLUE value IS 187 (73.44% from 255) = 69.26%
R=1.85%
G=28.89%
B=69.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal5781870.970.5800.27215.9394.7937.65
Hex54EBB613A01Bd85f26
Octal51162731417203333013746
Binary1011001110101110111100001111010011011110110001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,78,187); }

 H1.HeaderClassName
 {
   color: #054EBB;
 }
 .AnyTagClassName
 {
   color: #054EBB;
 }
</style>
background-color css

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

 a { background-color: rgb(5,78,187); }

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

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

 span { border-color: rgb(5,78,187); }

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