Html Css Color HEX #0950AA Cobalt

📋 copy color: '#0950AA'

red 9 ◦ green 80 ◦ blue 170

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

Shades of Cobalt #0950AA

Tints of Cobalt #0950AA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 30.89%

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

R = 3.47%
G = 30.89%
B = 65.64%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0950AA (or 0x0950AA) is known color: Cobalt. HEX triplet: 09, 50 and AA. RGB value is (9,80,170). Sum of RGB (Red+Green+Blue) = 9+80+170=259 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.47% from 259); Green value is 80 (31.64% from 255 or 30.89% from 259); Blue value is 170 (66.80% from 255 or 65.64% from 259); Max value from RGB is 170 - color contains mainly: blue. Hex color #0950AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0950AA is #F6AF55. Grayscale: #444444. Windows color (decimal): -16166742 or 11161609. OLE color: 11161609.

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

Color convert

RGB 9 80 170 -
CMYK 0.95 0.53 0 0.33
HSL 213.54º 0.9% 0.35% -
HSV(B) 213.54º 0.95% 0.67% -
XYZ 10.24 8.7 39.17 -
YUV 69.03 184.98 85.18 -
System Red Green Blue C M Y K H S L
Decimal 9 80 170 0.95 0.53 0 0.33 213.54 0.9 0.35
Hex 9 50 AA 5F 35 0 21 D6 5A 23
Octal 11 120 252 137 65 0 41 326 132 43
Binary 1001 1010000 10101010 1011111 110101 0 100001 11010110 1011010 100011

Color Harmonies of #0950AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0950AA

Black with #0950AA

Text Example


Text Example

White with #0950AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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