Html Css Color HEX #0B0FBC Medium Blue

📋 copy color: '#0B0FBC'

red 11 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #0B0FBC

Tints of Medium Blue #0B0FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.01%

 BLUE value IS 188 (73.83% from 255) = 87.85%

R = 5.14%
G = 7.01%
B = 87.85%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0B0FBC (or 0x0B0FBC) is known color: Medium Blue. HEX triplet: 0B, 0F and BC. RGB value is (11,15,188). Sum of RGB (Red+Green+Blue) = 11+15+188=214 (28% of max value = 765). Red value is 11 (4.69% from 255 or 5.14% from 214); Green value is 15 (6.25% from 255 or 7.01% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #0B0FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B0FBC is #F4F043. Grayscale: #202020. Windows color (decimal): -16052292 or 12324619. OLE color: 12324619.

HSL color Cylindrical-coordinate representation of color #0B0FBC: hue angle of 238.64º 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 #0B0FBC is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 11 15 188 -
CMYK 0.94 0.92 0 0.26
HSL 238.64º 0.89% 0.39% -
HSV(B) 238.64º 0.94% 0.74% -
XYZ 9.39 4.04 47.86 -
YUV 33.53 215.17 111.93 -
System Red Green Blue C M Y K H S L
Decimal 11 15 188 0.94 0.92 0 0.26 238.64 0.89 0.39
Hex B F BC 5E 5C 0 1A EF 59 27
Octal 13 17 274 136 134 0 32 357 131 47
Binary 1011 1111 10111100 1011110 1011100 0 11010 11101111 1011001 100111

Color Harmonies of #0B0FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0FBC

Black with #0B0FBC

Text Example


Text Example

White with #0B0FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,15,188); }

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

background-color css

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

 a { background-color: rgb(11,15,188); }

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

border-color css

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

 span { border-color: rgb(11,15,188); }

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