#09479D

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

Shades of Cobalt #09479D

Tints of Cobalt #09479D

Color information

#09479D (or 0x09479D) is unknown color: approx Cobalt. HEX triplet: 09, 47 and 9D. RGB value is (9,71,157). Sum of RGB (Red+Green+Blue) = 9+71+157=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 71 (28.12% from 255 or 29.96% from 237); Blue value is 157 (61.72% from 255 or 66.24% from 237); Max value from RGB is 157 - color contains mainly: blue. Hex color #09479D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09479D is #F6B862. Grayscale: #3D3D3D. Windows color (decimal): -16169059 or 10307337. OLE color: 10307337.

HSL color Cylindrical-coordinate representation of color #09479D: hue angle of 214.86º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09479D is Cyan = 0.94, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB971157-
CMYK0.940.5500.38
HSL214.86º89.16%32.55%-
HSV(B)214.86º94.27%61.57%-
XYZ8.45732.8-
YUV62.27181.4690.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.80%
GREEN value IS 71 (28.12% from 255) = 29.96%
BLUE value IS 157 (61.72% from 255) = 66.24%
R=3.80%
G=29.96%
B=66.24%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9711570.940.5500.38214.8689.1632.55
Hex9479D5E37026d75921
Octal111072351366704632713141
Binary100110001111001110110111101101110100110110101111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09479D; }

 p { color: rgb(9,71,157); }

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

<style>
 a { background-color: #09479D; }

 a { background-color: rgb(9,71,157); }

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

<style>
 span { border-color: #09479D; }

 span { border-color: rgb(9,71,157); }

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