Html Css Color HEX #0B50AC Cobalt

📋 copy color: '#0B50AC'

red 11 ◦ green 80 ◦ blue 172

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

Shades of Cobalt #0B50AC

Tints of Cobalt #0B50AC

RGB

 RED value IS 11 (4.69% from 255) = 4.18%

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

 BLUE value IS 172 (67.58% from 255) = 65.4%

R = 4.18%
G = 30.42%
B = 65.4%

CMYK

 C value IS 0.94

 M value IS 0.53

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#0B50AC (or 0x0B50AC) is known color: Cobalt. HEX triplet: 0B, 50 and AC. RGB value is (11,80,172). Sum of RGB (Red+Green+Blue) = 11+80+172=263 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.18% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 172 (67.58% from 255 or 65.40% from 263); Max value from RGB is 172 - color contains mainly: blue. Hex color #0B50AC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B50AC is #F4AF53. Grayscale: #454545. Windows color (decimal): -16035668 or 11292683. OLE color: 11292683.

HSL color Cylindrical-coordinate representation of color #0B50AC: hue angle of 214.29º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B50AC is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 11 80 172 -
CMYK 0.94 0.53 0 0.33
HSL 214.29º 0.88% 0.36% -
HSV(B) 214.29º 0.94% 0.67% -
XYZ 10.45 8.79 40.17 -
YUV 69.86 185.64 86.02 -
System Red Green Blue C M Y K H S L
Decimal 11 80 172 0.94 0.53 0 0.33 214.29 0.88 0.36
Hex B 50 AC 5E 35 0 21 D6 58 24
Octal 13 120 254 136 65 0 41 326 130 44
Binary 1011 1010000 10101100 1011110 110101 0 100001 11010110 1011000 100100

Color Harmonies of #0B50AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B50AC

Black with #0B50AC

Text Example


Text Example

White with #0B50AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B50AC; }

 p { color: rgb(11,80,172); }

 H1.HeaderClassName
 {
   color: #0B50AC;
 }
 .AnyTagClassName
 {
   color: #0B50AC;
 }
</style>

background-color css

<style>
 a { background-color: #0B50AC; }

 a { background-color: rgb(11,80,172); }

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

border-color css

<style>
 span { border-color: #0B50AC; }

 span { border-color: rgb(11,80,172); }

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