#054CC3

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

Shades of Cobalt #054CC3

Tints of Cobalt #054CC3

Color information

#054CC3 (or 0x054CC3) is unknown color: approx Cobalt. HEX triplet: 05, 4C and C3. RGB value is (5,76,195). Sum of RGB (Red+Green+Blue) = 5+76+195=276 (36% of max value = 765). Red value is 5 (2.34% from 255 or 1.81% from 276); Green value is 76 (30.08% from 255 or 27.54% from 276); Blue value is 195 (76.56% from 255 or 70.65% from 276); Max value from RGB is 195 - color contains mainly: blue. Hex color #054CC3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #054CC3 is #FAB33C. Grayscale: #434343. Windows color (decimal): -16429885 or 12798981. OLE color: 12798981.

HSL color Cylindrical-coordinate representation of color #054CC3: hue angle of 217.58º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #054CC3 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB576195-
CMYK0.970.6100.24
HSL217.58º95%39.22%-
HSV(B)217.58º97.44%76.47%-
XYZ12.59.1452.74-
YUV68.34199.4882.82-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.81%
GREEN value IS 76 (30.08% from 255) = 27.54%
BLUE value IS 195 (76.56% from 255) = 70.65%
R=1.81%
G=27.54%
B=70.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal5761950.970.6100.24217.589539.22
Hex54CC3613D018da5f27
Octal51143031417503033213747
Binary1011001100110000111100001111101011000110110101011111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054CC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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