#0957AD

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

Shades of Cobalt #0957AD

Tints of Cobalt #0957AD

Color information

#0957AD (or 0x0957AD) is unknown color: approx Cobalt. HEX triplet: 09, 57 and AD. RGB value is (9,87,173). Sum of RGB (Red+Green+Blue) = 9+87+173=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #0957AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0957AD is #F6A852. Grayscale: #494949. Windows color (decimal): -16164947 or 11360009. OLE color: 11360009.

HSL color Cylindrical-coordinate representation of color #0957AD: hue angle of 211.46º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0957AD is Cyan = 0.95, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB987173-
CMYK0.950.5000.32
HSL211.46º90.11%35.69%-
HSV(B)211.46º94.8%67.84%-
XYZ11.069.8940.86-
YUV73.48184.1682.01-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 87 (34.38% from 255) = 32.34%
BLUE value IS 173 (67.97% from 255) = 64.31%
R=3.35%
G=32.34%
B=64.31%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9871730.950.5000.32211.4690.1135.69
Hex957AD5F32020d35a24
Octal111272551376204032313244
Binary100110101111010110110111111100100100000110100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0957AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0957AD; }

 p { color: rgb(9,87,173); }

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

<style>
 a { background-color: #0957AD; }

 a { background-color: rgb(9,87,173); }

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

<style>
 span { border-color: #0957AD; }

 span { border-color: rgb(9,87,173); }

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