Html Css Color HEX #0949BB Cobalt

📋 copy color: '#0949BB'

red 9 ◦ green 73 ◦ blue 187

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

Shades of Cobalt #0949BB

Tints of Cobalt #0949BB

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.14%

 BLUE value IS 187 (73.44% from 255) = 69.52%

R = 3.35%
G = 27.14%
B = 69.52%

CMYK

 C value IS 0.95

 M value IS 0.61

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0949BB (or 0x0949BB) is known color: Cobalt. HEX triplet: 09, 49 and BB. RGB value is (9,73,187). Sum of RGB (Red+Green+Blue) = 9+73+187=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 187 (73.44% from 255 or 69.52% from 269); Max value from RGB is 187 - color contains mainly: blue. Hex color #0949BB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0949BB is #F6B644. Grayscale: #424242. Windows color (decimal): -16168517 or 12273929. OLE color: 12273929.

HSL color Cylindrical-coordinate representation of color #0949BB: hue angle of 218.43º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0949BB is Cyan = 0.95, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 73 187 -
CMYK 0.95 0.61 0 0.27
HSL 218.43º 0.91% 0.38% -
HSV(B) 218.43º 0.95% 0.73% -
XYZ 11.46 8.41 48.03 -
YUV 66.86 195.8 86.73 -
System Red Green Blue C M Y K H S L
Decimal 9 73 187 0.95 0.61 0 0.27 218.43 0.91 0.38
Hex 9 49 BB 5F 3D 0 1B DA 5B 26
Octal 11 111 273 137 75 0 33 332 133 46
Binary 1001 1001001 10111011 1011111 111101 0 11011 11011010 1011011 100110

Color Harmonies of #0949BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0949BB

Black with #0949BB

Text Example


Text Example

White with #0949BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0949BB; }

 p { color: rgb(9,73,187); }

 H1.HeaderClassName
 {
   color: #0949BB;
 }
 .AnyTagClassName
 {
   color: #0949BB;
 }
</style>

background-color css

<style>
 a { background-color: #0949BB; }

 a { background-color: rgb(9,73,187); }

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

border-color css

<style>
 span { border-color: #0949BB; }

 span { border-color: rgb(9,73,187); }

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