Html Css Color HEX #0952AD Cobalt

📋 copy color: '#0952AD'

red 9 ◦ green 82 ◦ blue 173

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

Shades of Cobalt #0952AD

Tints of Cobalt #0952AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 3.41%
G = 31.06%
B = 65.53%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0952AD (or 0x0952AD) is known color: Cobalt. HEX triplet: 09, 52 and AD. RGB value is (9,82,173). Sum of RGB (Red+Green+Blue) = 9+82+173=264 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.41% from 264); Green value is 82 (32.42% from 255 or 31.06% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #0952AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0952AD is #F6AD52. Grayscale: #464646. Windows color (decimal): -16166227 or 11358729. OLE color: 11358729.

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

Color convert

RGB 9 82 173 -
CMYK 0.95 0.53 0 0.32
HSL 213.29º 0.9% 0.36% -
HSV(B) 213.29º 0.95% 0.68% -
XYZ 10.67 9.11 40.73 -
YUV 70.55 185.82 84.1 -
System Red Green Blue C M Y K H S L
Decimal 9 82 173 0.95 0.53 0 0.32 213.29 0.9 0.36
Hex 9 52 AD 5F 35 0 20 D5 5A 24
Octal 11 122 255 137 65 0 40 325 132 44
Binary 1001 1010010 10101101 1011111 110101 0 100000 11010101 1011010 100100

Color Harmonies of #0952AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952AD

Black with #0952AD

Text Example


Text Example

White with #0952AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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