Html Css Color HEX #0952B0 Cobalt

📋 copy color: '#0952B0'

red 9 ◦ green 82 ◦ blue 176

#0952B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cobalt #0952B0

Tints of Cobalt #0952B0

RGB

 RED value IS 9 (3.91% from 255) = 3.37%

 GREEN value IS 82 (32.42% from 255) = 30.71%

 BLUE value IS 176 (69.14% from 255) = 65.92%

R = 3.37%
G = 30.71%
B = 65.92%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0952B0 (or 0x0952B0) is known color: Cobalt. HEX triplet: 09, 52 and B0. RGB value is (9,82,176). Sum of RGB (Red+Green+Blue) = 9+82+176=267 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.37% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 176 (69.14% from 255 or 65.92% from 267); Max value from RGB is 176 - color contains mainly: blue. Hex color #0952B0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0952B0 is #F6AD4F. Grayscale: #464646. Windows color (decimal): -16166224 or 11555337. OLE color: 11555337.

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

Color convert

RGB 9 82 176 -
CMYK 0.95 0.53 0 0.31
HSL 213.77º 0.9% 0.36% -
HSV(B) 213.77º 0.95% 0.69% -
XYZ 10.97 9.23 42.28 -
YUV 70.89 187.32 83.86 -
System Red Green Blue C M Y K H S L
Decimal 9 82 176 0.95 0.53 0 0.31 213.77 0.9 0.36
Hex 9 52 B0 5F 35 0 1F D6 5A 24
Octal 11 122 260 137 65 0 37 326 132 44
Binary 1001 1010010 10110000 1011111 110101 0 11111 11010110 1011010 100100

Color Harmonies of #0952B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952B0

Black with #0952B0

Text Example


Text Example

White with #0952B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0952B0;
 }
 .AnyTagClassName
 {
   color: #0952B0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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