#0952B4

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

Shades of Cobalt #0952B4

Tints of Cobalt #0952B4

Color information

#0952B4 (or 0x0952B4) is unknown color: approx Cobalt. HEX triplet: 09, 52 and B4. RGB value is (9,82,180). Sum of RGB (Red+Green+Blue) = 9+82+180=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 180 (70.70% from 255 or 66.42% from 271); Max value from RGB is 180 - color contains mainly: blue. Hex color #0952B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0952B4 is #F6AD4B. Grayscale: #464646. Windows color (decimal): -16166220 or 11817481. OLE color: 11817481.

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

Color convert

RGB982180-
CMYK0.950.5400.29
HSL214.39º90.48%37.06%-
HSV(B)214.39º95%70.59%-
XYZ11.379.3944.39-
YUV71.34189.3283.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.32%
GREEN value IS 82 (32.42% from 255) = 30.26%
BLUE value IS 180 (70.70% from 255) = 66.42%
R=3.32%
G=30.26%
B=66.42%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal9821800.950.5400.29214.3990.4837.06
Hex952B45F3601Dd65a25
Octal111222641376603532613245
Binary10011010010101101001011111110110011101110101101011010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0952B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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