Html Css Color HEX #0B47B0 Cobalt

📋 copy color: '#0B47B0'

red 11 ◦ green 71 ◦ blue 176

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

Shades of Cobalt #0B47B0

Tints of Cobalt #0B47B0

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.52%

 BLUE value IS 176 (69.14% from 255) = 68.22%

R = 4.26%
G = 27.52%
B = 68.22%

CMYK

 C value IS 0.94

 M value IS 0.60

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0B47B0 (or 0x0B47B0) is known color: Cobalt. HEX triplet: 0B, 47 and B0. RGB value is (11,71,176). Sum of RGB (Red+Green+Blue) = 11+71+176=258 (34% of max value = 765). Red value is 11 (4.69% from 255 or 4.26% from 258); Green value is 71 (28.12% from 255 or 27.52% from 258); Blue value is 176 (69.14% from 255 or 68.22% from 258); Max value from RGB is 176 - color contains mainly: blue. Hex color #0B47B0 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0B47B0 is #F4B84F. Grayscale: #404040. Windows color (decimal): -16037968 or 11552523. OLE color: 11552523.

HSL color Cylindrical-coordinate representation of color #0B47B0: hue angle of 218.18º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0B47B0 is Cyan = 0.94, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 11 71 176 -
CMYK 0.94 0.60 0 0.31
HSL 218.18º 0.88% 0.37% -
HSV(B) 218.18º 0.94% 0.69% -
XYZ 10.23 7.71 42.02 -
YUV 65.03 190.62 89.46 -
System Red Green Blue C M Y K H S L
Decimal 11 71 176 0.94 0.60 0 0.31 218.18 0.88 0.37
Hex B 47 B0 5E 3C 0 1F DA 58 25
Octal 13 107 260 136 74 0 37 332 130 45
Binary 1011 1000111 10110000 1011110 111100 0 11111 11011010 1011000 100101

Color Harmonies of #0B47B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B47B0

Black with #0B47B0

Text Example


Text Example

White with #0B47B0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,71,176); }

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

background-color css

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

 a { background-color: rgb(11,71,176); }

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

border-color css

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

 span { border-color: rgb(11,71,176); }

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