#0952B1

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

Shades of Cobalt #0952B1

Tints of Cobalt #0952B1

Color information

#0952B1 (or 0x0952B1) is unknown color: approx Cobalt. HEX triplet: 09, 52 and B1. RGB value is (9,82,177). Sum of RGB (Red+Green+Blue) = 9+82+177=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 177 (69.53% from 255 or 66.04% from 268); Max value from RGB is 177 - color contains mainly: blue. Hex color #0952B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0952B1 is #F6AD4E. Grayscale: #464646. Windows color (decimal): -16166223 or 11620873. OLE color: 11620873.

HSL color Cylindrical-coordinate representation of color #0952B1: hue angle of 213.93º 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 #0952B1 is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB982177-
CMYK0.950.5400.31
HSL213.93º90.32%36.47%-
HSV(B)213.93º94.92%69.41%-
XYZ11.079.2742.8-
YUV71187.8283.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.36%
GREEN value IS 82 (32.42% from 255) = 30.60%
BLUE value IS 177 (69.53% from 255) = 66.04%
R=3.36%
G=30.60%
B=66.04%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9821770.950.5400.31213.9390.3236.47
Hex952B15F3601Fd65a24
Octal111222611376603732613244
Binary10011010010101100011011111110110011111110101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0952B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0952B1; }

 p { color: rgb(9,82,177); }

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

<style>
 a { background-color: #0952B1; }

 a { background-color: rgb(9,82,177); }

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

<style>
 span { border-color: #0952B1; }

 span { border-color: rgb(9,82,177); }

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