Html Css Color HEX #0B05B9 Medium Blue

📋 copy color: '#0B05B9'

red 11 ◦ green 5 ◦ blue 185

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

Shades of Medium Blue #0B05B9

Tints of Medium Blue #0B05B9

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.49%

 BLUE value IS 185 (72.66% from 255) = 92.04%

R = 5.47%
G = 2.49%
B = 92.04%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0B05B9 (or 0x0B05B9) is known color: Medium Blue. HEX triplet: 0B, 05 and B9. RGB value is (11,5,185). Sum of RGB (Red+Green+Blue) = 11+5+185=201 (26% of max value = 765). Red value is 11 (4.69% from 255 or 5.47% from 201); Green value is 5 (2.34% from 255 or 2.49% from 201); Blue value is 185 (72.66% from 255 or 92.04% from 201); Max value from RGB is 185 - color contains mainly: blue. Hex color #0B05B9 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0B05B9 is #F4FA46. Grayscale: #1A1A1A. Windows color (decimal): -16054855 or 12125451. OLE color: 12125451.

HSL color Cylindrical-coordinate representation of color #0B05B9: hue angle of 242º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B05B9 is Cyan = 0.94, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 11 5 185 -
CMYK 0.94 0.97 0 0.27
HSL 242º 0.95% 0.37% -
HSV(B) 242º 0.97% 0.73% -
XYZ 8.95 3.68 46.14 -
YUV 27.31 216.99 116.36 -
System Red Green Blue C M Y K H S L
Decimal 11 5 185 0.94 0.97 0 0.27 242 0.95 0.37
Hex B 5 B9 5E 61 0 1B F2 5F 25
Octal 13 5 271 136 141 0 33 362 137 45
Binary 1011 101 10111001 1011110 1100001 0 11011 11110010 1011111 100101

Color Harmonies of #0B05B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B05B9

Black with #0B05B9

Text Example


Text Example

White with #0B05B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,5,185); }

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

background-color css

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

 a { background-color: rgb(11,5,185); }

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

border-color css

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

 span { border-color: rgb(11,5,185); }

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