Html Css Color HEX #0959AA Cobalt

📋 copy color: '#0959AA'

red 9 ◦ green 89 ◦ blue 170

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

Shades of Cobalt #0959AA

Tints of Cobalt #0959AA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 33.21%

 BLUE value IS 170 (66.8% from 255) = 63.43%

R = 3.36%
G = 33.21%
B = 63.43%

CMYK

 C value IS 0.95

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0959AA (or 0x0959AA) is known color: Cobalt. HEX triplet: 09, 59 and AA. RGB value is (9,89,170). Sum of RGB (Red+Green+Blue) = 9+89+170=268 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.36% from 268); Green value is 89 (35.16% from 255 or 33.21% from 268); Blue value is 170 (66.80% from 255 or 63.43% from 268); Max value from RGB is 170 - color contains mainly: blue. Hex color #0959AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0959AA is #F6A655. Grayscale: #494949. Windows color (decimal): -16164438 or 11163913. OLE color: 11163913.

HSL color Cylindrical-coordinate representation of color #0959AA: hue angle of 210.19º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0959AA is Cyan = 0.95, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 9 89 170 -
CMYK 0.95 0.48 0 0.33
HSL 210.19º 0.9% 0.35% -
HSV(B) 210.19º 0.95% 0.67% -
XYZ 10.94 10.11 39.4 -
YUV 74.31 182 81.41 -
System Red Green Blue C M Y K H S L
Decimal 9 89 170 0.95 0.48 0 0.33 210.19 0.9 0.35
Hex 9 59 AA 5F 30 0 21 D2 5A 23
Octal 11 131 252 137 60 0 41 322 132 43
Binary 1001 1011001 10101010 1011111 110000 0 100001 11010010 1011010 100011

Color Harmonies of #0959AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0959AA

Black with #0959AA

Text Example


Text Example

White with #0959AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0959AA; }

 p { color: rgb(9,89,170); }

 H1.HeaderClassName
 {
   color: #0959AA;
 }
 .AnyTagClassName
 {
   color: #0959AA;
 }
</style>

background-color css

<style>
 a { background-color: #0959AA; }

 a { background-color: rgb(9,89,170); }

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

border-color css

<style>
 span { border-color: #0959AA; }

 span { border-color: rgb(9,89,170); }

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