#0946B5

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

Shades of Cobalt #0946B5

Tints of Cobalt #0946B5

Color information

#0946B5 (or 0x0946B5) is unknown color: approx Cobalt. HEX triplet: 09, 46 and B5. RGB value is (9,70,181). Sum of RGB (Red+Green+Blue) = 9+70+181=260 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.46% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 181 (71.09% from 255 or 69.62% from 260); Max value from RGB is 181 - color contains mainly: blue. Hex color #0946B5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0946B5 is #F6B94A. Grayscale: #3F3F3F. Windows color (decimal): -16169291 or 11879945. OLE color: 11879945.

HSL color Cylindrical-coordinate representation of color #0946B5: hue angle of 218.72º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0946B5 is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB970181-
CMYK0.950.6100.29
HSL218.72º90.53%37.25%-
HSV(B)218.72º95.03%70.98%-
XYZ10.647.7744.66-
YUV64.41193.7988.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.46%
GREEN value IS 70 (27.73% from 255) = 26.92%
BLUE value IS 181 (71.09% from 255) = 69.62%
R=3.46%
G=26.92%
B=69.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9701810.950.6100.29218.7290.5337.25
Hex946B55F3D01Ddb5b25
Octal111062651377503533313345
Binary10011000110101101011011111111101011101110110111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0946B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0946B5; }

 p { color: rgb(9,70,181); }

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

<style>
 a { background-color: #0946B5; }

 a { background-color: rgb(9,70,181); }

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

<style>
 span { border-color: #0946B5; }

 span { border-color: rgb(9,70,181); }

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