#0947A0

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

Shades of Cobalt #0947A0

Tints of Cobalt #0947A0

Color information

#0947A0 (or 0x0947A0) is unknown color: approx Cobalt. HEX triplet: 09, 47 and A0. RGB value is (9,71,160). Sum of RGB (Red+Green+Blue) = 9+71+160=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 71 (28.12% from 255 or 29.58% from 240); Blue value is 160 (62.89% from 255 or 66.67% from 240); Max value from RGB is 160 - color contains mainly: blue. Hex color #0947A0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0947A0 is #F6B85F. Grayscale: #3E3E3E. Windows color (decimal): -16169056 or 10503945. OLE color: 10503945.

HSL color Cylindrical-coordinate representation of color #0947A0: hue angle of 215.36º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0947A0 is Cyan = 0.94, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB971160-
CMYK0.940.5600.37
HSL215.36º89.35%33.14%-
HSV(B)215.36º94.38%62.75%-
XYZ8.717.134.17-
YUV62.61182.9689.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 71 (28.12% from 255) = 29.58%
BLUE value IS 160 (62.89% from 255) = 66.67%
R=3.75%
G=29.58%
B=66.67%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal9711600.940.5600.37215.3689.3533.14
Hex947A05E38025d75921
Octal111072401367004532713141
Binary100110001111010000010111101110000100101110101111011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0947A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0947A0; }

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

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

<style>
 a { background-color: #0947A0; }

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

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

<style>
 span { border-color: #0947A0; }

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

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