#0955AF

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

Shades of Cobalt #0955AF

Tints of Cobalt #0955AF

Color information

#0955AF (or 0x0955AF) is unknown color: approx Cobalt. HEX triplet: 09, 55 and AF. RGB value is (9,85,175). Sum of RGB (Red+Green+Blue) = 9+85+175=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 175 (68.75% from 255 or 65.06% from 269); Max value from RGB is 175 - color contains mainly: blue. Hex color #0955AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0955AF is #F6AA50. Grayscale: #484848. Windows color (decimal): -16165457 or 11490569. OLE color: 11490569.

HSL color Cylindrical-coordinate representation of color #0955AF: hue angle of 212.53º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0955AF is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB985175-
CMYK0.950.5100.31
HSL212.53º90.22%36.08%-
HSV(B)212.53º94.86%68.63%-
XYZ11.19.6541.84-
YUV72.54185.8282.68-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 175 (68.75% from 255) = 65.06%
R=3.35%
G=31.60%
B=65.06%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9851750.950.5100.31212.5390.2236.08
Hex955AF5F3301Fd55a24
Octal111252571376303732513244
Binary10011010101101011111011111110011011111110101011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0955AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0955AF; }

 p { color: rgb(9,85,175); }

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

<style>
 a { background-color: #0955AF; }

 a { background-color: rgb(9,85,175); }

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

<style>
 span { border-color: #0955AF; }

 span { border-color: rgb(9,85,175); }

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