#054EB0

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

Shades of Cobalt #054EB0

Tints of Cobalt #054EB0

Color information

#054EB0 (or 0x054EB0) is unknown color: approx Cobalt. HEX triplet: 05, 4E and B0. RGB value is (5,78,176). Sum of RGB (Red+Green+Blue) = 5+78+176=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 78 (30.86% from 255 or 30.12% from 259); Blue value is 176 (69.14% from 255 or 67.95% from 259); Max value from RGB is 176 - color contains mainly: blue. Hex color #054EB0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054EB0 is #FAB14F. Grayscale: #424242. Windows color (decimal): -16429392 or 11554309. OLE color: 11554309.

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

Color convert

RGB578176-
CMYK0.970.5600.31
HSL214.39º94.48%35.49%-
HSV(B)214.39º97.16%69.02%-
XYZ10.628.6242.18-
YUV67.34189.3283.53-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 78 (30.86% from 255) = 30.12%
BLUE value IS 176 (69.14% from 255) = 67.95%
R=1.93%
G=30.12%
B=67.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal5781760.970.5600.31214.3994.4835.49
Hex54EB0613801Fd65e23
Octal51162601417003732613643
Binary1011001110101100001100001111000011111110101101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054EB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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