#054D9C

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

Shades of Cobalt #054D9C

Tints of Cobalt #054D9C

Color information

#054D9C (or 0x054D9C) is unknown color: approx Cobalt. HEX triplet: 05, 4D and 9C. RGB value is (5,77,156). Sum of RGB (Red+Green+Blue) = 5+77+156=238 (31% of max value = 765). Red value is 5 (2.34% from 255 or 2.10% from 238); Green value is 77 (30.47% from 255 or 32.35% from 238); Blue value is 156 (61.33% from 255 or 65.55% from 238); Max value from RGB is 156 - color contains mainly: blue. Hex color #054D9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #054D9C is #FAB263. Grayscale: #404040. Windows color (decimal): -16429668 or 10243333. OLE color: 10243333.

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

Color convert

RGB577156-
CMYK0.970.5100.39
HSL211.39º93.79%31.57%-
HSV(B)211.39º96.79%61.18%-
XYZ8.727.7432.49-
YUV64.48179.6585.58-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.10%
GREEN value IS 77 (30.47% from 255) = 32.35%
BLUE value IS 156 (61.33% from 255) = 65.55%
R=2.10%
G=32.35%
B=65.55%

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
Decimal5771560.970.5100.39211.3993.7931.57
Hex54D9C6133027d35e20
Octal51152341416304732313640
Binary10110011011001110011000011100110100111110100111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,77,156); }

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

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

 a { background-color: rgb(5,77,156); }

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

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

 span { border-color: rgb(5,77,156); }

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