#09549B

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

Shades of Cobalt #09549B

Tints of Cobalt #09549B

Color information

#09549B (or 0x09549B) is unknown color: approx Cobalt. HEX triplet: 09, 54 and 9B. RGB value is (9,84,155). Sum of RGB (Red+Green+Blue) = 9+84+155=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 155 (60.94% from 255 or 62.5% from 248); Max value from RGB is 155 - color contains mainly: blue. Hex color #09549B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09549B is #F6AB64. Grayscale: #454545. Windows color (decimal): -16165733 or 10179593. OLE color: 10179593.

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

Color convert

RGB984155-
CMYK0.940.4600.39
HSL209.18º89.02%32.16%-
HSV(B)209.18º94.19%60.78%-
XYZ9.28.7732.22-
YUV69.67176.1584.73-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.63%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 155 (60.94% from 255) = 62.5%
R=3.63%
G=33.87%
B=62.5%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal9841550.940.4600.39209.1889.0232.16
Hex9549B5E2E027d15920
Octal111242331365604732113140
Binary100110101001001101110111101011100100111110100011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09549B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09549B; }

 p { color: rgb(9,84,155); }

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

<style>
 a { background-color: #09549B; }

 a { background-color: rgb(9,84,155); }

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

<style>
 span { border-color: #09549B; }

 span { border-color: rgb(9,84,155); }

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