Html Css Color HEX #0957AD Cobalt

📋 copy color: '#0957AD'

red 9 ◦ green 87 ◦ blue 173

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

Shades of Cobalt #0957AD

Tints of Cobalt #0957AD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.34%

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

R = 3.35%
G = 32.34%
B = 64.31%

CMYK

 C value IS 0.95

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0957AD (or 0x0957AD) is known color: Cobalt. HEX triplet: 09, 57 and AD. RGB value is (9,87,173). Sum of RGB (Red+Green+Blue) = 9+87+173=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 87 (34.38% from 255 or 32.34% from 269); Blue value is 173 (67.97% from 255 or 64.31% from 269); Max value from RGB is 173 - color contains mainly: blue. Hex color #0957AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0957AD is #F6A852. Grayscale: #494949. Windows color (decimal): -16164947 or 11360009. OLE color: 11360009.

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

Color convert

RGB 9 87 173 -
CMYK 0.95 0.50 0 0.32
HSL 211.46º 0.9% 0.36% -
HSV(B) 211.46º 0.95% 0.68% -
XYZ 11.06 9.89 40.86 -
YUV 73.48 184.16 82.01 -
System Red Green Blue C M Y K H S L
Decimal 9 87 173 0.95 0.50 0 0.32 211.46 0.9 0.36
Hex 9 57 AD 5F 32 0 20 D3 5A 24
Octal 11 127 255 137 62 0 40 323 132 44
Binary 1001 1010111 10101101 1011111 110010 0 100000 11010011 1011010 100100

Color Harmonies of #0957AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0957AD

Black with #0957AD

Text Example


Text Example

White with #0957AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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