Html Css Color HEX #0B48BD Cobalt

📋 copy color: '#0B48BD'

red 11 ◦ green 72 ◦ blue 189

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

Shades of Cobalt #0B48BD

Tints of Cobalt #0B48BD

RGB

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

 GREEN value IS 72 (28.52% from 255) = 26.47%

 BLUE value IS 189 (74.22% from 255) = 69.49%

R = 4.04%
G = 26.47%
B = 69.49%

CMYK

 C value IS 0.94

 M value IS 0.62

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B48BD (or 0x0B48BD) is known color: Cobalt. HEX triplet: 0B, 48 and BD. RGB value is (11,72,189). Sum of RGB (Red+Green+Blue) = 11+72+189=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 72 (28.52% from 255 or 26.47% from 272); Blue value is 189 (74.22% from 255 or 69.49% from 272); Max value from RGB is 189 - color contains mainly: blue. Hex color #0B48BD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0B48BD is #F4B742. Grayscale: #424242. Windows color (decimal): -16037699 or 12404747. OLE color: 12404747.

HSL color Cylindrical-coordinate representation of color #0B48BD: hue angle of 219.44º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B48BD is Cyan = 0.94, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 72 189 -
CMYK 0.94 0.62 0 0.26
HSL 219.44º 0.89% 0.39% -
HSV(B) 219.44º 0.94% 0.74% -
XYZ 11.64 8.38 49.15 -
YUV 67.1 196.79 87.99 -
System Red Green Blue C M Y K H S L
Decimal 11 72 189 0.94 0.62 0 0.26 219.44 0.89 0.39
Hex B 48 BD 5E 3E 0 1A DB 59 27
Octal 13 110 275 136 76 0 32 333 131 47
Binary 1011 1001000 10111101 1011110 111110 0 11010 11011011 1011001 100111

Color Harmonies of #0B48BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B48BD

Black with #0B48BD

Text Example


Text Example

White with #0B48BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,72,189); }

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

background-color css

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

 a { background-color: rgb(11,72,189); }

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

border-color css

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

 span { border-color: rgb(11,72,189); }

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