#054c9b

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

Shades of Cobalt #054C9B

Tints of Cobalt #054C9B

Color information

#054C9B (or 0x054C9B) is unknown color: approx Cobalt. HEX triplet: 05, 4C and 9B. RGB value is (5,76,155). Sum of RGB (Red+Green+Blue) = 5+76+155=236 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.12% from 236); Green value is 76 (30.08% from 255 or 32.20% from 236); Blue value is 155 (60.94% from 255 or 65.68% from 236); Max value from RGB is 155 - color contains mainly: blue. Hex color #054C9B is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #054C9B is #FAB364. Grayscale: #3F3F3F. Windows color (decimal): -16429925 or 10177541. OLE color: 10177541.

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

Color convert

RGB576155-
CMYK0.970.5100.39
HSL211.6º93.75%31.37%-
HSV(B)211.6º96.77%60.78%-
XYZ8.567.5732.02-
YUV63.78179.4886.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.12%
GREEN value IS 76 (30.08% from 255) = 32.20%
BLUE value IS 155 (60.94% from 255) = 65.68%
R=2.12%
G=32.20%
B=65.68%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal5761550.970.5100.39211.693.7531.37
Hex54C9B6133027d45e1f
Octal51142331416304732413637
Binary1011001100100110111100001110011010011111010100101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054c9b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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