Html Css Color HEX #0952A1 Cobalt

📋 copy color: '#0952A1'

red 9 ◦ green 82 ◦ blue 161

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

Shades of Cobalt #0952A1

Tints of Cobalt #0952A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 63.89%

R = 3.57%
G = 32.54%
B = 63.89%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#0952A1 (or 0x0952A1) is known color: Cobalt. HEX triplet: 09, 52 and A1. RGB value is (9,82,161). Sum of RGB (Red+Green+Blue) = 9+82+161=252 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.57% from 252); Green value is 82 (32.42% from 255 or 32.54% from 252); Blue value is 161 (63.28% from 255 or 63.89% from 252); Max value from RGB is 161 - color contains mainly: blue. Hex color #0952A1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0952A1 is #F6AD5E. Grayscale: #444444. Windows color (decimal): -16166239 or 10572297. OLE color: 10572297.

HSL color Cylindrical-coordinate representation of color #0952A1: hue angle of 211.18º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0952A1 is Cyan = 0.94, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 82 161 -
CMYK 0.94 0.49 0 0.37
HSL 211.18º 0.89% 0.33% -
HSV(B) 211.18º 0.94% 0.63% -
XYZ 9.56 8.67 34.89 -
YUV 69.18 179.82 85.08 -
System Red Green Blue C M Y K H S L
Decimal 9 82 161 0.94 0.49 0 0.37 211.18 0.89 0.33
Hex 9 52 A1 5E 31 0 25 D3 59 21
Octal 11 122 241 136 61 0 45 323 131 41
Binary 1001 1010010 10100001 1011110 110001 0 100101 11010011 1011001 100001

Color Harmonies of #0952A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0952A1

Black with #0952A1

Text Example


Text Example

White with #0952A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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