#09489D

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

Shades of Cobalt #09489D

Tints of Cobalt #09489D

Color information

#09489D (or 0x09489D) is unknown color: approx Cobalt. HEX triplet: 09, 48 and 9D. RGB value is (9,72,157). Sum of RGB (Red+Green+Blue) = 9+72+157=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 72 (28.52% from 255 or 30.25% from 238); Blue value is 157 (61.72% from 255 or 65.97% from 238); Max value from RGB is 157 - color contains mainly: blue. Hex color #09489D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #09489D is #F6B762. Grayscale: #3E3E3E. Windows color (decimal): -16168803 or 10307593. OLE color: 10307593.

HSL color Cylindrical-coordinate representation of color #09489D: hue angle of 214.46º 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 #09489D is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB972157-
CMYK0.940.5400.38
HSL214.46º89.16%32.55%-
HSV(B)214.46º94.27%61.57%-
XYZ8.527.1332.83-
YUV62.85181.1389.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.78%
GREEN value IS 72 (28.52% from 255) = 30.25%
BLUE value IS 157 (61.72% from 255) = 65.97%
R=3.78%
G=30.25%
B=65.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9721570.940.5400.38214.4689.1632.55
Hex9489D5E36026d65921
Octal111102351366604632613141
Binary100110010001001110110111101101100100110110101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09489D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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